Bläddra i källkod

update 2024-10-31

junggilpark 9 månader sedan
förälder
incheckning
36929b1370

+ 1 - 1
src/main/java/com/its/web/service/notice/NoticeService.java

@@ -131,7 +131,7 @@ public class NoticeService {
         paramMap.put("bContent", param.getBcontent());
         paramMap.put("bSubject", param.getBsubject());
         paramMap.put("webUserId", webUserId);
-        log.info("{}",attachFile);
+
         if (attachFile != null && attachFile.size() > 0){
 
             for (MultipartFile file : attachFile) {

+ 0 - 1
src/main/java/com/its/web/service/traffic/IntersectionService.java

@@ -37,7 +37,6 @@ public class IntersectionService {
         IntersectionCameraCountDto result =  mapper.getIxrCameraCount(paramMap);
         List<IntersectionCameraDto> camera = mapper.findEditCameraList(paramMap);
         result.setIntList(new ArrayList<>());
-        log.info("{}",result);
         Map<String, Boolean> checkMap = new HashMap<>();
         for (IntersectionCameraDto dto : camera) {
             if (checkMap.get(dto.getIxrId()) == null) {

+ 2 - 2
src/main/resources/static/css/traffic.css

@@ -413,8 +413,8 @@ ul, li {
     list-style: none;
     outline-width: 0px;
     float: left;
-    /*width: calc(100% / 6);*/
-    width: calc(100% / 5);
+    width: calc(100% / 6);
+    /*width: calc(100% / 5);*/
     height: 100%;
     border-left: 1px solid rgb(209, 209, 209);
     box-sizing: border-box;