推送时间格式及是否报关查询;

This commit is contained in:
王奎兴
2026-06-12 11:38:48 +08:00
parent fb5da8eda1
commit 6752441e72
2 changed files with 4 additions and 1 deletions
@@ -148,6 +148,9 @@
<if test="noticeNumber != null and noticeNumber != ''">
and a.notice_number = #{noticeNumber}
</if>
<if test="needDeclareFlag != null and needDeclareFlag != ''">
and a.need_declare_flag = #{needDeclareFlag}
</if>
<if test="outOrderNumber != null and outOrderNumber != ''">
and a.out_order_number like concat('%', #{outOrderNumber}, '%')
</if>