From 800d4421f6939c20d409dcc821caa4026fae181e Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 09 九月 2023 09:15:33 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/BasShuttleOptMapper.xml |    1 +
 src/main/resources/mapper/BasLiftOptMapper.xml    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/BasLiftOptMapper.xml b/src/main/resources/mapper/BasLiftOptMapper.xml
index de36cbd..0d9fa3f 100644
--- a/src/main/resources/mapper/BasLiftOptMapper.xml
+++ b/src/main/resources/mapper/BasLiftOptMapper.xml
@@ -8,11 +8,11 @@
         <result column="wrk_no" property="wrkNo" />
         <result column="lift_no" property="liftNo" />
         <result column="send_time" property="sendTime" />
-        <result column="mode" property="mode" />
         <result column="update_time" property="updateTime" />
         <result column="update_by" property="updateBy" />
         <result column="memo" property="memo" />
         <result column="command" property="command" />
+        <result column="system_status" property="systemStatus" />
 
     </resultMap>
 
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