Sfoglia il codice sorgente

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

release_toaliyun_real
Stormeye Wu 6 anni fa
parent
commit
5dee9ec191
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 Vedi File

@@ -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);
}


Caricamento…
Annulla
Salva