shjung 2 년 전
부모
커밋
e7dd2fe275

+ 2 - 2
src/main/java/com/its/op/dto/its/scrs/TbScSgnlCtlrPhaseDto.java

@@ -33,7 +33,7 @@ public class TbScSgnlCtlrPhaseDto implements Serializable {
     @JsonProperty("spcl_cntl")
     private Integer spclCntl;
 
-    @ApiModelProperty("A링 방향 코드")
+    @ApiModelProperty("A링 방향 코드(1:직진,2:좌회전,5:보행자 ==> 2:직진,1:좌회전,5:보행자::평택)")
     @JsonProperty("dir_a")
     private Integer dirA;
 
@@ -45,7 +45,7 @@ public class TbScSgnlCtlrPhaseDto implements Serializable {
     @JsonProperty("deg_ao")
     private Integer degAO;
 
-    @ApiModelProperty("B링 방향 코드")
+    @ApiModelProperty("B링 방향 코드(1:직진,2:좌회전,5:보행자 ==> 2:직진,1:좌회전,5:보행자::평택)")
     @JsonProperty("dir_b")
     private Integer dirB;
 

+ 1 - 0
src/main/java/com/its/op/entity/its/scrs/TbScSgnlCtlr.java

@@ -140,6 +140,7 @@ public class TbScSgnlCtlr implements Serializable {
                 .bring6phasCd(this.bring6phasCd)
                 .bring7phasCd(this.bring7phasCd)
                 .bring8phasCd(this.bring8phasCd)
+                .ixrNm(this.ixrNm)
                 .build();
     }
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 307 - 284
src/main/resources/static/application/wall/main/main-func.js


+ 4 - 4
src/main/resources/static/js/constant/constant.js

@@ -1,10 +1,10 @@
 // common.js restApi.js, websocket.js
-//const _apiUrl = "http://localhost:8998";
-const _apiUrl = "";
+const _apiUrl = "http://localhost:8998";
+//const _apiUrl = "";
 
 // map-config.js
-const _mapHostUrl = "";
-//const _mapHostUrl = "http://115.91.94.42:8999";
+//const _mapHostUrl = "";
+const _mapHostUrl = "http://115.91.94.42:8999";
 const _normalUrl = _mapHostUrl + "/MAPDATA/PTATMS/VWorld/Base/{z}/{x}/{y}.png";
 const _satelliteUrl = _mapHostUrl + "/MAPDATA/PTATMS/VWorld/Satellite/{z}/{x}/{y}.jpeg";
 const _hybridUrl = _mapHostUrl + "/MAPDATA/PTATMS/VWorld/Hybrid/{z}/{x}/{y}.png";

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.