From eeca5bc061d3f74e76658a5ae339fa9e5eff0d57 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 06 四月 2026 20:37:30 +0800
Subject: [PATCH] #出库站点命令下发

---
 src/main/java/com/zy/core/utils/CrnOperateProcessUtils.java |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/main/java/com/zy/core/utils/CrnOperateProcessUtils.java b/src/main/java/com/zy/core/utils/CrnOperateProcessUtils.java
index 4be2698..b4090f5 100644
--- a/src/main/java/com/zy/core/utils/CrnOperateProcessUtils.java
+++ b/src/main/java/com/zy/core/utils/CrnOperateProcessUtils.java
@@ -2,7 +2,6 @@
 
 import com.alibaba.fastjson.JSON;
 import com.alibaba.fastjson.JSONObject;
-import com.alibaba.fastjson.serializer.SerializerFeature;
 import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
 import com.core.common.Cools;
 import com.core.exception.CoolException;
@@ -714,21 +713,6 @@
             }else if(wrkMast.getWrkSts() == WrkStsType.OUTBOUND_RUN.sts){
                 updateWrkSts = WrkStsType.OUTBOUND_RUN_COMPLETE.sts;
                 notifyUtils.notify(String.valueOf(SlaveType.Crn), crnProtocol.getCrnNo(), String.valueOf(wrkMast.getWrkNo()), wrkMast.getWmsWrkNo(), NotifyMsgType.CRN_OUT_TASK_COMPLETE, null);
-
-                List<StationObjModel> outStationList = basCrnp.getOutStationList$();
-                if(outStationList.isEmpty()){
-                    News.info("鍫嗗灈鏈�:{} 鍑哄簱绔欑偣鏈缃�", basCrnp.getCrnNo());
-                    return;
-                }
-
-                StationObjModel outStationObjModel = null;
-                for (StationObjModel stationObjModel : outStationList) {
-                    if (stationObjModel.getStationId().equals(wrkMast.getSourceStaNo())) {
-                        outStationObjModel = stationObjModel;
-                        break;
-                    }
-                }
-                redisUtil.set(RedisKeyType.CRN_OUT_TASK_COMPLETE_STATION_INFO.key + wrkMast.getWrkNo(), JSON.toJSONString(outStationObjModel, SerializerFeature.DisableCircularReferenceDetect), 60 * 60 * 24);
             }else if(wrkMast.getWrkSts() == WrkStsType.LOC_MOVE_RUN.sts){
                 updateWrkSts = WrkStsType.COMPLETE_LOC_MOVE.sts;
                 notifyUtils.notify(String.valueOf(SlaveType.Crn), crnProtocol.getCrnNo(), String.valueOf(wrkMast.getWrkNo()), wrkMast.getWmsWrkNo(), NotifyMsgType.CRN_TRANSFER_TASK_COMPLETE, null);

--
Gitblit v1.9.1