提交 e9a2bf9b authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 e6a5a948
...@@ -98,12 +98,12 @@ public class RecommendController { ...@@ -98,12 +98,12 @@ public class RecommendController {
if (ArrayUtils.empty(form)) { if (ArrayUtils.empty(form)) {
return CallBack.success(); return CallBack.success();
} }
/*form.forEach( v -> { form.forEach( v -> {
Integer recomId = v.getRecomId(); Integer recomId = v.getRecomId();
if (recomId == null) { if (recomId == null) {
throw new BusinessValidateException("推荐位id不能为空"); throw new BusinessValidateException("推荐位id不能为空");
} }
});*/ });
return recommendGoodsService.saveGoods(form) ? CallBack.success() : CallBack.fail(); return recommendGoodsService.saveGoods(form) ? CallBack.success() : CallBack.fail();
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论