md
This commit is contained in:
parent
5822e72ca2
commit
a1cef82b7b
@ -487,7 +487,7 @@
|
||||
</if>
|
||||
|
||||
<!-- 寄件 -->
|
||||
<if test="params.omsOrderTab == null or (params.omsOrderTab != null and params.omsOrderTab == 1) ">
|
||||
<if test="params.omsOrderTab == null or (params.omsOrderTab != null and params.omsOrderTab != 2) ">
|
||||
and a.customer_code=#{customerCode}
|
||||
</if>
|
||||
|
||||
@ -501,10 +501,6 @@
|
||||
and a.payment_status='0'
|
||||
</if>
|
||||
|
||||
<!-- 其他 -->
|
||||
<if test="params.omsOrderTab != null ( and params.omsOrderTab != 1 and params.omsOrderTab != 2 and params.omsOrderTab != 3 )">
|
||||
and a.customer_code=#{customerCode}
|
||||
</if>
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user