|
@@ -80,10 +80,10 @@ public class SigSignalMap implements SigCommResponse {
|
|
|
if (intDto != null) {
|
|
|
if (intDto.getIntLcType() != lcType || intDto.getIntLampType() != lampTp) {
|
|
|
HashMap<String, Object> intParam = new HashMap<>();
|
|
|
- intParam.put("REGION_CD", regionCd);
|
|
|
- intParam.put("INT_NO", intNo);
|
|
|
- intParam.put("INT_LCTYPE", lcType);
|
|
|
- intParam.put("INT_LAMP-TYPE", lampTp);
|
|
|
+ intParam.put("REGION_CD", regionCd);
|
|
|
+ intParam.put("INT_NO", intNo);
|
|
|
+ intParam.put("INT_LCTYPE", lcType);
|
|
|
+ intParam.put("INT_LAMPTYPE", lampTp);
|
|
|
typeLists.add(intParam);
|
|
|
}
|
|
|
}
|