md
This commit is contained in:
parent
4304fb5a30
commit
1fc508abd5
@ -55,7 +55,7 @@
|
||||
<if test="fromCountry != null and fromCountry != ''"> and from_country=#{fromCountry}</if>
|
||||
<if test="country != null and country != ''"> and country=#{country}</if>
|
||||
<if test="applyScope != null and applyScope != ''"> and apply_scope=#{applyScope}</if>
|
||||
<if test="logoType != null and logoType != ''"> and logo_type=#{logoType}</if>
|
||||
<if test="logoType != null and logoType != ''"> and ( logo_type='-1' or logo_type=#{logoType} )</if>
|
||||
<if test="transType != null and transType != ''"> and trans_type=#{transType}</if>
|
||||
<if test="orderNum != null "> and order_num = #{orderNum}</if>
|
||||
<if test="remark != null and remark != ''"> and remark like concat('%', #{remark}, '%')</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user