|
@@ -76,7 +76,7 @@ public class TbScsTConIntLc implements Serializable {
|
|
|
param.put("INT_LCTYPE", this.intLcType);
|
|
|
// 등화기유형(3:3색등화기, 4:4색등화기)
|
|
|
param.put("INT_LAMPTYPE", this.intLampType == 1 ? 4 : 3);
|
|
|
- param.put("MAIN_INTNO", this.mainLcNo);
|
|
|
+ param.put("MAIN_INTNO", this.intType == 1 ? this.mainLcNo : 0);
|
|
|
param.put("GROUP_NO", this.saNo);
|
|
|
param.put("X_COORD", this.intLng);
|
|
|
param.put("Y_COORD", this.intLat);
|