From ff212e3d6cc57220133aff1d68b6bed02ba8a77b Mon Sep 17 00:00:00 2001
From: jiazx0107@163.com <jiazx0107@163.com>
Date: 星期六, 27 五月 2023 14:36:42 +0800
Subject: [PATCH] 调整模块-取消错误代码,添加TODO标记后期处理

---
 igds-inout/src/main/java/com/ld/igds/timer/InoutScheduled.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/igds-inout/src/main/java/com/ld/igds/timer/InoutScheduled.java b/igds-inout/src/main/java/com/ld/igds/timer/InoutScheduled.java
index d147fda..3e863ea 100644
--- a/igds-inout/src/main/java/com/ld/igds/timer/InoutScheduled.java
+++ b/igds-inout/src/main/java/com/ld/igds/timer/InoutScheduled.java
@@ -143,7 +143,7 @@
                     DepotStatus.STATUS_04.getCode().equals(lastStore.getDepotStatus())) {
 
                 param = new InoutParam();
-                param.setStart(lastStore.getCreateDate());
+                //param.setStart(lastStore.getCreateDate());
                 param.setEnd(new Date());
                 param.setDeptId(data.getDeptId());
                 param.setDepotId(data.getDepotId());
@@ -158,7 +158,7 @@
                 lastStore.setId(ContextUtil.getUUID());
                 lastStore.setUpdateUser(null);
                 lastStore.setUpdateDate(new Date());
-                lastStore.setCreateDate(new Date());
+               // lastStore.setCreateDate(new Date());
 
                 if (InoutConstant.TYPE_IN.equals(data.getType())) {
                     lastStore.setStorageReal(lastStore.getStorageReal() + sumRecordWeight);

--
Gitblit v1.9.3