|
@@ -64,6 +64,9 @@ public class ShopController extends BaseController{
|
|
|
if(!StringUtils.isNoneBlank(shopHotBindReqDto.getGoodsIdList() , shopHotBindReqDto.getHotId())){
|
|
|
return Result.failure("热点id或者商品id不能为空");
|
|
|
}
|
|
|
+ if(!StringUtils.isNoneBlank(shopHotBindReqDto.getProjectId() , shopHotBindReqDto.getShopId())){
|
|
|
+ return Result.failure("项目id或者店铺id不能为空");
|
|
|
+ }
|
|
|
TmShopHot tmShopHot = shopHotService.getWithId(shopHotBindReqDto.getHotId());
|
|
|
if(null == tmShopHot){
|
|
|
return Result.failure("热点不存在");
|