From e37b6d359a7ea78f9a49c8913db56ae6003594a9 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 11 十二月 2025 17:45:25 +0800
Subject: [PATCH] 第一次修改
---
ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml
index 1a7ad83..73e8fb3 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml
@@ -104,6 +104,7 @@
#{gainhospitalname}, '%')
</if>
<if test="operationdoctor != null and operationdoctor != ''">and OperationDoctor = #{operationdoctor}</if>
+ <if test="infoid != null">and InfoID = #{infoid}</if>
</where>
</select>
--
Gitblit v1.9.3