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:
commit
0c5157d91b
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user