Commit e7f941d1 by Administrator

Merge branch 'feature/1006211' into 'master'

feat:[1006211]客服运营-平台端留资页面优化

See merge request rays/pcloud-book!1475
parents bc0630c0 0c17968c
...@@ -68,9 +68,9 @@ public class AdvertisingCheck { ...@@ -68,9 +68,9 @@ public class AdvertisingCheck {
if (StringUtil.isEmpty(advertisingCpa.getDetailInfo())) { if (StringUtil.isEmpty(advertisingCpa.getDetailInfo())) {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "产品介绍不能为空!"); throw new BookBizException(BookBizException.PARAM_IS_ERROR, "产品介绍不能为空!");
} }
if (StringUtil.isEmpty(advertisingCpa.getWelfarePic())) { // if (StringUtil.isEmpty(advertisingCpa.getWelfarePic())) {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "优惠展示图不能为空!"); // throw new BookBizException(BookBizException.PARAM_IS_ERROR, "优惠展示图不能为空!");
} // }
//1图文介绍 //1图文介绍
if (AdDetailModeEnum.IMG_TEXT.code.equals(advertisingCpa.getDetailMode())) { if (AdDetailModeEnum.IMG_TEXT.code.equals(advertisingCpa.getDetailMode())) {
if (StringUtil.isEmpty(advertisingCpa.getCoverPic())) { if (StringUtil.isEmpty(advertisingCpa.getCoverPic())) {
......
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