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