md
This commit is contained in:
parent
5822e72ca2
commit
a1cef82b7b
@ -487,7 +487,7 @@
|
|||||||
</if>
|
</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}
|
and a.customer_code=#{customerCode}
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
@ -501,10 +501,6 @@
|
|||||||
and a.payment_status='0'
|
and a.payment_status='0'
|
||||||
</if>
|
</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