From bcd71f6371fa870c7647857a71bf67d21cde47e8 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期五, 29 九月 2023 08:31:47 +0800
Subject: [PATCH] 库存更新修改
---
src/main/resources/mapper/BasShuttleOptMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/BasShuttleOptMapper.xml b/src/main/resources/mapper/BasShuttleOptMapper.xml
index dd0694a..a072104 100644
--- a/src/main/resources/mapper/BasShuttleOptMapper.xml
+++ b/src/main/resources/mapper/BasShuttleOptMapper.xml
@@ -15,6 +15,7 @@
<result column="update_by" property="updateBy" />
<result column="memo" property="memo" />
<result column="command" property="command" />
+ <result column="system_status" property="systemStatus" />
</resultMap>
--
Gitblit v1.9.1