demand: 临时额度bug修改

committer: heyu
This commit is contained in:
aike 2025-04-29 15:12:01 +08:00
parent eb05fe19bd
commit 665f42e90c

View File

@ -38,7 +38,9 @@
<if test="accCode != null and accCode != ''">
AND t.acc_code = #{accCode}
</if>
<if test="id != null">
AND t.id = #{id}
</if>
<if test="tempCreditMoneyAdjust != null ">
AND t.temp_credit_money_adjust = #{tempCreditMoneyAdjust}
</if>