From 59e2283a10aee45e6a98e34b432ba345095116db Mon Sep 17 00:00:00 2001
From: wujian <14790700720@163.com>
Date: 星期三, 10 七月 2024 16:36:42 +0800
Subject: [PATCH] add 选瓦

---
 jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml
index d38a3dd..f4a5e06 100644
--- a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml
+++ b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml
@@ -48,6 +48,7 @@
             <if test="outRsSign != null "> and out_rs_sign = #{outRsSign}</if>
             <if test="startTime != null and startTime != '' and endTime != null and endTime != ''"> and outbound_time between #{startTime} and #{endTime}</if>
         </where>
+        ORDER BY id DESC
     </select>
     
     <select id="selectDaPassingStationCollectionById" parameterType="Long" resultMap="DaPassingStationCollectionResult">
@@ -150,4 +151,14 @@
             #{id}
         </foreach>
     </delete>
+
+    <select id="SelectSN" parameterType="java.util.Map" statementType="CALLABLE" resultType="java.lang.String">
+        {
+            call SNRetrieval(
+                #{SN_CODE,mode=IN,jdbcType=VARCHAR},
+                #{Node,mode=IN,jdbcType=VARCHAR},
+                #{Success,mode=OUT,jdbcType=VARCHAR}
+                 )
+            }
+    </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3