오타
This commit is contained in:
@@ -153,7 +153,7 @@ public class RemoteTransfer {
|
|||||||
Properties orgInfo = PropManager.getInstance().getProperties(
|
Properties orgInfo = PropManager.getInstance().getProperties(
|
||||||
"TelegramInfo{" + procCode + "_" + instCode + "}");
|
"TelegramInfo{" + procCode + "_" + instCode + "}");
|
||||||
String upperCase = orgInfo.getProperty( "file.upperCase.yn" );
|
String upperCase = orgInfo.getProperty( "file.upperCase.yn" );
|
||||||
if("Y".equals(upperCase){
|
if("Y".equals(upperCase)){
|
||||||
rmtTrsmtFileName = rmtTrsmtFileName.toUpperCase();
|
rmtTrsmtFileName = rmtTrsmtFileName.toUpperCase();
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user