diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java index 231cc55a6..79f8ce3fe 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java @@ -673,7 +673,7 @@ public class WxCouponServiceImpl implements WxCouponService { if (record.getPasswordSupport() != null && record.getPasswordSupport().equals(EnumCouponPasswordSupport.SUPPORTED.getCode())) { // todo 生成卡密无法修改, 调整 - couponPasswordService.mkPasswords(record,user); + //couponPasswordService.mkPasswords(record,user); FmInsideCreateCouponPasswordMsg createCouponPasswordMsg = new FmInsideCreateCouponPasswordMsg(); createCouponPasswordMsg.setTenantId(record.getTenantId()); createCouponPasswordMsg.setParentTenantId(record.getParentTenantId());