|
|
|
@@ -175,7 +175,7 @@ |
|
|
|
<update id="updateStatusByPressCouponId" parameterType="com.iformall.domain.po.WxOrder"> |
|
|
|
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) |
|
|
|
<if test=" null != tenantId "> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
</if> |
|
|
|
|