Procházet zdrojové kódy

[卡密][修改]:反写卡ID

release_toaliyun_real
Stormeye Wu před 6 roky
rodič
revize
5dee9ec191
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java Zobrazit soubor

@@ -726,6 +726,7 @@ public class WxOrderServiceImpl implements WxOrderService {
if (coupon.getPasswordSupport().equals(EnumCouponPasswordSupport.SUPPORTED.getCode())) {
WxCouponPassword updateCPwd = new WxCouponPassword();
updateCPwd.setId(couponPasswordId);
updateCPwd.setCardId(cardInfo.getId());
updateCPwd.setStatus(EnumCouponPasswordStatus.USED.getCode());
couponPasswordMapper.updateByPrimaryKeySelective(updateCPwd);
}


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