|
|
|
@ -280,6 +280,9 @@ public class Sprt01ServiceBean extends AbstractServiceBean implements Sprt01Serv
|
|
|
|
|
DataObject deptStngInfo = stngBean.getStng("dept");
|
|
|
|
|
|
|
|
|
|
Map<String, String> globalVariable = printOption.getGlobalVariable();
|
|
|
|
|
if(globalVariable == null) {
|
|
|
|
|
globalVariable = new HashMap<String, String>();
|
|
|
|
|
}
|
|
|
|
|
globalVariable.put("offcsFilePath", sggStngInfo.string("OFFCS_FILE_PATH"));
|
|
|
|
|
globalVariable.put("instAddr", sggStngInfo.string("INST_ADDR"));
|
|
|
|
|
globalVariable.put("instDaddr", sggStngInfo.string("INST_DADDR"));
|
|
|
|
|