From cbfb46f6fc3ed2a09540e4feb7fdb6b51b26d009 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 02 四月 2026 15:21:22 +0800
Subject: [PATCH] #优化运行速度

---
 src/main/resources/mapper/BasStationMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/BasStationMapper.xml b/src/main/resources/mapper/BasStationMapper.xml
index df720ea..d9af751 100644
--- a/src/main/resources/mapper/BasStationMapper.xml
+++ b/src/main/resources/mapper/BasStationMapper.xml
@@ -17,6 +17,7 @@
         <result column="station_lev" property="stationLev" />
         <result column="device_no" property="deviceNo" />
         <result column="station_alias" property="stationAlias" />
+        <result column="out_task_limit" property="outTaskLimit" />
 
     </resultMap>
 

--
Gitblit v1.9.1