md
This commit is contained in:
parent
6d078ed3b4
commit
f3e1eebd3c
@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="id != null "> and a.id = #{id}</if>
|
||||
<if test="accCode != null and accCode != ''"> and acc_code=#{accCode}</if>
|
||||
<if test="customerCode != null and customerCode != ''"> and a.customer_code=#{customerCode}</if>
|
||||
<if test="monthlyPayCode != null and monthlyPayCode != ''"> and monthly_pay_code=#{monthlyPayCode}</if>
|
||||
<if test="monthlyPayCode != null and monthlyPayCode != ''"> and a.monthly_pay_code=#{monthlyPayCode}</if>
|
||||
<if test="curMoney != null "> and a.cur_money = #{curMoney}</if>
|
||||
<if test="curMoneyRate != null "> and a.cur_money_rate = #{curMoneyRate}</if>
|
||||
<if test="creditMoney != null "> and a.credit_money = #{creditMoney}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user