From 5d1ada4f57b77067cb3a58d8a38858ba73982a48 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 30 六月 2023 13:52:55 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/opo into yingxh
---
ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml
index 797e993..5324027 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml
@@ -173,7 +173,7 @@
</select>
<select id="getDonationCategoryByInfoId" resultType="java.lang.String">
select DonationCategory from service_donationwitness
- where InfoID = #{infoId}
+ where InfoID = #{infoId} and del_flag = 0
</select>
<select id="countNumber" resultType="java.lang.Integer">
select count(*) from service_donationwitness
--
Gitblit v1.9.3