Ver Fonte

皮带闸注释

zhangxin há 1 ano atrás
pai
commit
73c113b6d4

+ 2 - 4
warewms-ams/src/main/java/com/ruoyi/ams/agv/ndc/service/impl/SocketBufferServiceImpl.java

@@ -2,14 +2,12 @@ package com.ruoyi.ams.agv.ndc.service.impl;
 
 import cn.hutool.json.JSONUtil;
 import com.alibaba.fastjson.JSON;
-import com.google.common.collect.Lists;
 import com.ruoyi.ams.agv.ndc.common.Aci;
 import com.ruoyi.ams.agv.ndc.common.ByteUtil;
 import com.ruoyi.ams.agv.ndc.domain.AmsNdcEvent;
 import com.ruoyi.ams.agv.ndc.domain.AmsTask;
 import com.ruoyi.ams.agv.ndc.entity.Order;
 import com.ruoyi.ams.agv.ndc.service.*;
-import com.ruoyi.common.core.domain.BaseEntity;
 import com.ruoyi.common.core.redis.RedisCache;
 import lombok.extern.slf4j.Slf4j;
 import org.apache.commons.lang3.StringUtils;
@@ -268,12 +266,12 @@ public class SocketBufferServiceImpl implements SocketBufferService {
                         // agvUnloadingConfirmService.confirmEmptyPlate(task130.getTaskNo());
                     }
                     break;
-                case 126: //600 中间卷帘门请求开启 定时请求
+                case 126: //600 中间卷帘门(皮带闸)请求开启 定时请求
                     log.info("the open request of belt gate is begining, the event info is: {}", JSONUtil.toJsonStr(event));
                     executorService.execute(() -> {
                         statusUpdateService.openBeltGate(event);
                     });
-                case 127: //601 中间卷帘门请求关闭 只请求一次
+                case 127: //601 中间卷帘门(皮带闸)请求关闭 只请求一次
                     log.info("the close request of belt gate is begining, the event info is: {}", JSONUtil.toJsonStr(event));
                     executorService.execute(() -> {
                         statusUpdateService.closeBeltGate(event);