liusheng
2024-03-19 fce916c7af752880836b992c03ae8ac2e63ed723
代码提交
已修改1个文件
2 ■■■■■ 文件已修改
ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml
@@ -151,8 +151,6 @@
        <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>
        <if test="fundTaxId=-1 ">and fund_tax_id = null</if>
        <if test="fundTaxId!= null and fundTaxId!= -1 ">and fund_tax_id = #{fundTaxId}</if>
    </select>
    <select id="getInfoByInfoId" resultType="com.ruoyi.project.domain.ServiceFund">