|
|
|
@@ -204,7 +204,7 @@ |
|
|
|
</update> |
|
|
|
|
|
|
|
<update id="updateOrderGroupStatusByCouponId" parameterType="com.iformall.domain.po.WxOrder"> |
|
|
|
update wx_order set order_status=#{orderStatus} |
|
|
|
update wx_order set order_status=#{orderStatus},update_date=#{updateDate} |
|
|
|
where product_id=#{productId} and order_status = 10 |
|
|
|
<if test=" null != tenantId "> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
|