From 9c569aa9b55e08fd58ac76ae1132e53fdb9888d1 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 06 四月 2026 20:46:02 +0800
Subject: [PATCH] #入库退回

---
 src/main/java/com/zy/core/plugin/FakeProcess.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/core/plugin/FakeProcess.java b/src/main/java/com/zy/core/plugin/FakeProcess.java
index c8fce93..9ca01d3 100644
--- a/src/main/java/com/zy/core/plugin/FakeProcess.java
+++ b/src/main/java/com/zy/core/plugin/FakeProcess.java
@@ -1,7 +1,6 @@
 package com.zy.core.plugin;
 
 import com.alibaba.fastjson.JSON;
-import com.alibaba.fastjson.serializer.SerializerFeature;
 import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
 import com.core.common.Cools;
 import com.zy.asrs.domain.param.CreateInTaskParam;
@@ -721,7 +720,6 @@
                 StationCommand command = stationThread.getCommand(StationCommandType.WRITE_INFO, 9998,
                         wrkMast.getSourceStaNo(), 0, 0);
                 stationCommandDispatcher.dispatch(stationObjModel.getDeviceNo(), command, "fake-process", "crn-out-complete-write-info");
-                redisUtil.set(RedisKeyType.CRN_OUT_TASK_COMPLETE_STATION_INFO.key + wrkMast.getWrkNo(), JSON.toJSONString(stationObjModel, SerializerFeature.DisableCircularReferenceDetect), 60 * 60 * 24);
             }
         } else if (wrkMast.getWrkSts() == WrkStsType.LOC_MOVE_RUN.sts) {
             updateWrkSts = WrkStsType.COMPLETE_LOC_MOVE.sts;

--
Gitblit v1.9.1