yxh
yxh
2023-05-10 6a746727b2149ba3a8f1ddcb97ca38c6687788c8
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