liusheng
2024-04-22 2825e5d603737bc596c0aca6c39929949ac240c7
ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
@@ -153,6 +153,7 @@
        <if test="infoid != null ">and InfoID = #{infoid}</if>
        <if test="donorno != null   and donorno != '' ">and DonorNo = #{donorno}</if>
        <if test="jxrq != null ">and jxrq = #{jxrq}</if>
        order by apply_time desc
    </select>
    <select id="getInfoByInfoId" resultType="com.ruoyi.project.domain.ServiceFund">