From 8cfc3732f3fe53d8794da15b80d554ad8b2c794c Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期二, 05 九月 2023 18:35:14 +0800
Subject: [PATCH] 提交配置信息

---
 igds-core/src/main/java/com/ld/igds/common/impl/CommonDataServiceImpl.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/igds-core/src/main/java/com/ld/igds/common/impl/CommonDataServiceImpl.java b/igds-core/src/main/java/com/ld/igds/common/impl/CommonDataServiceImpl.java
index 4fb07ed..3cc6230 100644
--- a/igds-core/src/main/java/com/ld/igds/common/impl/CommonDataServiceImpl.java
+++ b/igds-core/src/main/java/com/ld/igds/common/impl/CommonDataServiceImpl.java
@@ -330,6 +330,7 @@
             param.setCompanyId(store.getCompanyId());
             param.setDepotId(store.getDepotId());
             param.setWeight(store.getStorageReal());
+            param.setDepotStatus(store.getDepotStatus());
 
             commonMapper.updateDepotStorage(param);
         }

--
Gitblit v1.9.3