md
This commit is contained in:
parent
d26f9275ac
commit
f6f681ea76
@ -1794,6 +1794,14 @@
|
||||
and a.bl_sign=#{blSign}
|
||||
</if>
|
||||
|
||||
<if test="params.blUploadGoodsPic != null and params.blUploadGoodsPic == 1">
|
||||
and a.goods_pics is not null
|
||||
</if>
|
||||
|
||||
<if test="params.blUploadGoodsPic != null and params.blUploadGoodsPic == 0">
|
||||
and a.goods_pics is null
|
||||
</if>
|
||||
|
||||
|
||||
<if test="params.beginDate != null and params.beginDate != ''">
|
||||
and a.send_date <![CDATA[ >= ]]> #{params.beginDate}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user