Kaynağa Gözat

商户注券->更新库存操作

release_toaliyun_real
Burce 6 yıl önce
ebeveyn
işleme
f598f48cc7
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponSendMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponSendMapper.xml Dosyayı Görüntüle

@@ -156,9 +156,9 @@
((c.status = 1) or (c.valid_type = 1 and c.valid_end_date < now()))
</update>
<update id="reduceMerchantSend">
update wx_coupon_send SET conditions = JSON_SET(conditions,'$.merchantSend',#{merchantSend} - #{number}) where id = #{id} and conditions->'$.merchantSend' = #{merchantSend}
update wx_coupon_send SET conditions = JSON_SET(conditions,'$.merchantSend',#{merchantSend} + #{number}) where id = #{id} and conditions->'$.merchantSend' = #{merchantSend}
</update>
<update id="backMerchantSend">
update wx_coupon_send SET conditions = JSON_SET(conditions,'$.merchantSend',#{merchantSend} + #{number}) where id = #{id} and conditions->'$.merchantSend' = #{merchantSend}
update wx_coupon_send SET conditions = JSON_SET(conditions,'$.merchantSend',#{merchantSend} - #{number}) where id = #{id} and conditions->'$.merchantSend' = #{merchantSend}
</update>
</mapper>

Yükleniyor…
İptal
Kaydet