自动化立体仓库 - WMS系统
#
zc
10 小时以前 56de968727bd6e871c6823dce837f8d42f30e6f8
src/main/java/com/zy/asrs/timer/LedWebsocket.java
@@ -35,7 +35,7 @@
    @Autowired
    private LocDetlService locDetlService;
    @Scheduled(cron = "0/2 * * * * ? ")
//    @Scheduled(cron = "0/2 * * * * ? ")
    private void send() {
        //饼图
@@ -139,7 +139,7 @@
        webSocketServer.onMessage(JSONObject.toJSONString(map),null,"all");
    }
    @Scheduled(cron = "0/2 * * * * ? ")
//    @Scheduled(cron = "0/2 * * * * ? ")
    private void errorSend(){
        Map<String,Object> map=new HashMap<String, Object>();
//        for (LedSlave slave : slaveProperties.getLed()) {
@@ -153,7 +153,7 @@
//        }
    }
    @Scheduled(cron = "0/2 * * * * ? ")
//    @Scheduled(cron = "0/2 * * * * ? ")
    private void TaskSend(){
        Map<String,Object> map=new HashMap<String, Object>();
//        List<LedCommand> commandList = null;