瀏覽代碼

update gift

release_toaliyun_real
xhxu 4 年之前
父節點
當前提交
923780b6e1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java 查看文件

@@ -437,6 +437,7 @@ public class WxCouponServiceImpl implements WxCouponService {
if (!EnumCouponType.COUPON_GIFT.getCode().equals(record.getType())){
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL);
}
record.setBusiness(EnumBusiness.BUSINESS_ID6.getCode());
}

if (record.getPasswordSupport() != null && record.getPasswordSupport().equals(EnumCouponPasswordSupport.SUPPORTED.getCode())) {


Loading…
取消
儲存