oppadmin 4 년 전
부모
커밋
0f8e2c857d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      smart-city-platform/src/main/java/com/bz/smart_city/controller/assistant/InstallPlanController.java

+ 1 - 0
smart-city-platform/src/main/java/com/bz/smart_city/controller/assistant/InstallPlanController.java

@@ -32,5 +32,6 @@ public class InstallPlanController {
             HttpServletRequest request, HttpServletResponse response
     ) {
         installPlanService.planDownTemplate(response);
+
     }
 }