Explorar el Código

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

release_toaliyun_real
Stormeye Wu hace 6 años
padre
commit
5dee9ec191
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar