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">