@@ -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();
}
@@ -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);
* 业务处理