md
This commit is contained in:
parent
db982a78c1
commit
d984bf3062
@ -255,6 +255,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</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.beginSendDate != null and params.beginSendDate != ''">
|
||||
and a.send_date <![CDATA[ >= ]]> #{params.beginSendDate}
|
||||
</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user