md
This commit is contained in:
parent
d984bf3062
commit
6742091fde
@ -133,6 +133,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
and a.salesmen = #{params.salesmen}
|
||||
</if>
|
||||
|
||||
<if test="params.blSpecialQuote != null and params.blSpecialQuote != ''">
|
||||
and a.bl_special_quote = #{params.blSpecialQuote}
|
||||
</if>
|
||||
|
||||
<if test="params.calcFeeType != null and params.calcFeeType != ''">
|
||||
and a.calc_fee_type = #{params.calcFeeType}
|
||||
</if>
|
||||
|
||||
<if test="params.paymentType != null and params.paymentType != ''">
|
||||
and a.payment_type = #{params.paymentType}
|
||||
</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user