From 2b0c4c474899484b7adb62712ee6361817f02f48 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 15 九月 2023 14:52:58 +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