From 1ff85b6e1210b47d4790f866ba59fd50600b3fb4 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 30 十月 2025 10:49:46 +0800
Subject: [PATCH] 修改代码

---
 ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessorganMapper.xml |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessorganMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessorganMapper.xml
index 3e021ca..08e72e9 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessorganMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessorganMapper.xml
@@ -27,12 +27,16 @@
         <result property="createTime" column="create_time"/>
         <result property="updateBy" column="update_by"/>
         <result property="updateTime" column="update_time"/>
+        <result property="name" column="name"/>
+        <result property="caseno" column="caseno"/>
+        <result property="organStartTime" column="organ_start_time"/>
     </resultMap>
 
     <sql id="selectServiceDonationwitnessorganVo">
         select ID,
                InfoID,
                DonorNo,
+               organ_start_time,
                OrganNo,
                OrganName,
                OrganNumber,
@@ -52,6 +56,8 @@
                create_by,
                create_time,
                update_by,
+               caseno,
+               name,
                update_time
         from service_donationwitnessorgan
     </sql>
@@ -82,7 +88,8 @@
             </if>
             <if test="ispnf != null  and ispnf != ''">and IsPNF = #{ispnf}</if>
             <if test="isdgf != null  and isdgf != ''">and IsDGF = #{isdgf}</if>
+            <if test="organStartTime != null">and organ_start_time = #{organStartTime}</if>
         </where>
     </select>
 
-</mapper>
\ No newline at end of file
+</mapper>

--
Gitblit v1.9.3