Commit 0c17968c by 朱亚洁

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

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