wuxw
2023-10-25 490ae2c0bc6c379a0f00819499eebd9187a932df
java110-db/src/main/resources/mapper/fee/PayFeeRuleBillV1ServiceDaoImplMapper.xml
@@ -112,9 +112,7 @@
        </if>
        <if test="batchId !=null and batchId != ''">
            , t.batch_id= #{batchId}
        </if>
        where 1=1
        <if test="billId !=null and billId != ''">
@@ -129,6 +127,9 @@
        <if test="ruleId !=null and ruleId != ''">
            and t.rule_id= #{ruleId}
        </if>
        <if test="batchId !=null and batchId != ''">
            and t.batch_id= #{batchId}
        </if>
    </update>