From 02f6a947fa68d10be6c1d55909b7d9d783268a70 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期六, 08 十一月 2025 14:19:11 +0800
Subject: [PATCH] #1

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

diff --git a/src/main/resources/mapper/RowLastnoMapper.xml b/src/main/resources/mapper/RowLastnoMapper.xml
index 45639f6..8dcdf71 100644
--- a/src/main/resources/mapper/RowLastnoMapper.xml
+++ b/src/main/resources/mapper/RowLastnoMapper.xml
@@ -16,7 +16,21 @@
         <result column="appe_user" property="appeUser" />
         <result column="appe_time" property="appeTime" />
         <result column="limint_loc" property="limintLoc" />
+        <result column="s_crn_no" property="sCrnNo" />
+        <result column="e_crn_no" property="eCrnNo" />
+        <result column="sign_type" property="signType" />
+        <result column="sign_type_other" property="signTypeOther" />
+        <result column="sign_type_other_boolean" property="signTypeOtherBoolean" />
+        <result column="sta_no_list" property="staNoList" />
 
     </resultMap>
 
+    <select id="findBySection" resultMap="BaseResultMap">
+        select * from asr_row_lastno
+        where 1=1
+        and s_row &lt;= #{row}
+        and e_row >= #{row}
+        order by (e_row - s_row)
+    </select>
+
 </mapper>

--
Gitblit v1.9.1