From 03003f7fc3a601f7078ff01d2d04d93996adeef0 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 02 四月 2026 12:47:14 +0800
Subject: [PATCH] #检测站点到位信号
---
src/main/resources/mapper/BasDevpMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/BasDevpMapper.xml b/src/main/resources/mapper/BasDevpMapper.xml
index d6c01b5..93647da 100644
--- a/src/main/resources/mapper/BasDevpMapper.xml
+++ b/src/main/resources/mapper/BasDevpMapper.xml
@@ -17,6 +17,8 @@
<result column="in_station_list" property="inStationList" />
<result column="out_station_list" property="outStationList" />
<result column="run_block_reassign_loc_station_list" property="runBlockReassignLocStationList" />
+ <result column="is_out_order_list" property="isOutOrderList" />
+ <result column="is_lift_transfer_list" property="isLiftTransferList" />
</resultMap>
--
Gitblit v1.9.1