This commit is contained in:
linfso 2025-01-08 17:52:34 +08:00
parent d26f9275ac
commit f6f681ea76

View File

@ -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}