From dc4ca57e049ec18d8303109d1aa332096b880a34 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 11 八月 2023 16:49:49 +0800
Subject: [PATCH] 1

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

diff --git a/src/main/resources/mapper/XlsReportMapper.xml b/src/main/resources/mapper/XlsReportMapper.xml
index 3c5ef3b..75fb8fc 100644
--- a/src/main/resources/mapper/XlsReportMapper.xml
+++ b/src/main/resources/mapper/XlsReportMapper.xml
@@ -21,6 +21,13 @@
         limit #{limit} offset #{offset}
     </select>
 
+    <!-- 鏍规嵁ID鏌ヨ鎶ュ憡 -->
+    <select id="selectById" resultType="com.yssh.entity.xls.XlsReport">
+        select *
+        from xls_report
+        where id = #{id};
+    </select>
+
     <!-- 鎶ュ憡鏄惁瀛樺湪 -->
     <select id="reportExists" resultType="java.lang.Integer">
         select count(*)

--
Gitblit v1.9.3