|
|
|
@@ -173,8 +173,13 @@ |
|
|
|
</sql> |
|
|
|
|
|
|
|
<update id="updateStatusByPressCouponId" parameterType="com.iformall.domain.po.WxOrder"> |
|
|
|
update wx_order set order_status=#{orderStatus} where tenant_id=#{tenantId} and product_id=#{productId} and press_end_date is not null |
|
|
|
</update> |
|
|
|
update wx_order set order_status=#{orderStatus} |
|
|
|
where product_id=#{productId} |
|
|
|
and press_end_date is not null |
|
|
|
<if test=" null != tenantId "> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
</if> |
|
|
|
</update> |
|
|
|
|
|
|
|
<resultMap id="CVoResultMap" type="com.iformall.domain.vo.WxOrderCouponVo"> |
|
|
|
|
|
|
|
|