From 14cd7ee8f62d8b77fa1f0301d8cc9b9c83e0e63f Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期五, 24 四月 2026 09:19:50 +0800
Subject: [PATCH] 保存成功返回ID,姓名,上报人模糊查询

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

diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationorganMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationorganMapper.xml
index d67da28..581dab9 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationorganMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationorganMapper.xml
@@ -58,6 +58,7 @@
             resultMap="ServiceMedicalevaluationorganResult">
         <include refid="selectServiceMedicalevaluationorganVo"/>
         <where>
+            del_flag=0
             <if test="infoid != null ">and InfoID = #{infoid}</if>
             <if test="medicalId != null ">and medical_id = #{medicalId}</if>
             <if test="donorno != null  and donorno != ''">and DonorNo = #{donorno}</if>

--
Gitblit v1.9.3