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);
+
     }
 }