This commit is contained in:
linfso 2024-08-31 06:37:33 +08:00
parent 5822e72ca2
commit a1cef82b7b

View File

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