From 84f79f9b1be485f8a844c84b7412c20cca3d0253 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 05 七月 2023 13:07:29 +0800
Subject: [PATCH] RGV路径page

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

diff --git a/src/main/resources/mapper/OrderMapper.xml b/src/main/resources/mapper/OrderMapper.xml
index db8816d..f704b63 100644
--- a/src/main/resources/mapper/OrderMapper.xml
+++ b/src/main/resources/mapper/OrderMapper.xml
@@ -66,4 +66,13 @@
         INSERT INTO man_order_log SELECT * FROM man_order WHERE id = #{id}
     </insert>
 
+    <select id="selectorderNoL" resultMap="BaseResultMap">
+        select top 10 *
+        from man_order
+        where 1=1
+        <if test="orderNo != null">
+            and order_no = #{orderNo}
+        </if>
+    </select>
+
 </mapper>

--
Gitblit v1.9.1