24282 2 anni fa
parent
commit
03833b6e21

+ 5 - 5
hx-service/storage-restructure/src/main/java/com/fjhx/controller/task/ScheduleTaskController.java

@@ -33,13 +33,13 @@ public class ScheduleTaskController {
     /**
      * 盘点
      */
-//    @Scheduled(cron = "0 0 1 * * ?")
+    // @Scheduled(cron = "0 0 1 * * ?")
     @Scheduled(cron = "0 10 19 * * ?")
-//    @PostConstruct
+    // @PostConstruct
     private void automaticCheck() {
-//        if (BladeApplication.isLocalDev()) {
-//            return;
-//        }
+        // if (BladeApplication.isLocalDev()) {
+        //     return;
+        // }
         checkInfoService.automaticCheck();
     }
 

+ 0 - 2
hx-service/storage/src/main/java/com/fjhx/listener/WebSocketEventListener.java

@@ -94,7 +94,6 @@ public class WebSocketEventListener {
 
     }
 
-
     @EventListener
     public void onCloseListener(WebSocketOnCloseEvent event) {
         WebSocketServer source = event.getSource();
@@ -114,7 +113,6 @@ public class WebSocketEventListener {
         map.remove(sessionId);
     }
 
-
     /**
      * 业务处理
      */