Procházet zdrojové kódy

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

release_toaliyun_real
Burce před 6 roky
rodič
revize
f598f48cc7
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponSendMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponSendMapper.xml Zobrazit soubor

@@ -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>

Načítá se…
Zrušit
Uložit