推送时间格式及是否报关查询;
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user