商品分类未填写 校验返回
This commit is contained in:
parent
11fd24f813
commit
09eb3ccfad
|
|
@ -417,7 +417,7 @@ public class TbProductServiceImpl implements TbProductService {
|
||||||
}
|
}
|
||||||
if (!"coupon".equals(resources.getType())) {
|
if (!"coupon".equals(resources.getType())) {
|
||||||
if (resources.getCategoryId() == null) {
|
if (resources.getCategoryId() == null) {
|
||||||
throw new BadRequestException("必填内容未填写");
|
throw new BadRequestException("商品分类未填写");
|
||||||
}
|
}
|
||||||
product.setCategoryId(String.valueOf(resources.getCategoryId()));
|
product.setCategoryId(String.valueOf(resources.getCategoryId()));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue