diff --git a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml index 77209d29e..14efc22a9 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml @@ -175,7 +175,7 @@ update wx_order set order_status=#{orderStatus} where product_id=#{productId} - and press_end_date is not null + and press_end_date is not null and order_status in (6,7) and `tenant_id` = #{tenantId}