Commit 3e6a75d0 by 郑永强

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

parent f77b5afb
......@@ -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