oppadmin 4 年之前
父節點
當前提交
0f8e2c857d

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