Commit 0820ebe9 by 裴大威

Merge branch 'fix-zyq-rights-coupon' into 'master'

去除权益礼包券默认开启状态

See merge request rays/pcloud-book!735
parents f77b5afb 3e6a75d0
......@@ -1007,8 +1007,6 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
return;
}
if (null != rightsSetting.getGiftCouponPackageTitle()) {
// 礼券包默认开启
rightsSettingTitle.setOpenState(true);
rightsSetting.setGiftCouponPackageTitle(rightsSettingTitle);
rightsSettingTitle = rightsSetting.getGiftCouponPackageTitle();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment