From a7223a5dfc7c83c7fe3894e65d1fed84cae61a8e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 15 二月 2023 08:45:38 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/BasDevpMapper.xml b/src/main/resources/mapper/BasDevpMapper.xml
index b00be22..4583b6e 100644
--- a/src/main/resources/mapper/BasDevpMapper.xml
+++ b/src/main/resources/mapper/BasDevpMapper.xml
@@ -66,4 +66,11 @@
         group by abd.dev_no
     </select>
 
+    <select id="selectByWrkNo" resultMap="BaseResultMap">
+        select top 1 *
+        from asr_bas_devp
+        where 1=1
+        and wrk_no = #{wrkNo}
+    </select>
+
 </mapper>

--
Gitblit v1.9.1