Merge pull request 'demand: 临时额度bug修改' (#8) from develop into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/8
This commit is contained in:
smshen 2025-04-29 15:14:23 +08:00
commit 0c5157d91b

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>