| | |
| | | } |
| | | } |
| | | |
| | | if(addMallGoodsDto.getIsNormal() == 5){ |
| | | if(ObjectUtil.isEmpty(addMallGoodsDto.getHouseAddress()) |
| | | || ObjectUtil.isEmpty(addMallGoodsDto.getHouseName())){ |
| | | return new FebsResponse().fail().message("请填写酒店信息"); |
| | | } |
| | | } |
| | | |
| | | |
| | | // 付费商品 |
| | | if (addMallGoodsDto.getGoodsType() != 2) { |
| | |
| | | } |
| | | } |
| | | |
| | | if(mallGoodsUpdateDto.getIsNormal() == 5){ |
| | | if(ObjectUtil.isEmpty(mallGoodsUpdateDto.getHouseAddress()) |
| | | || ObjectUtil.isEmpty(mallGoodsUpdateDto.getHouseName())){ |
| | | return new FebsResponse().fail().message("请填写酒店信息"); |
| | | } |
| | | } |
| | | |
| | | if (mallGoodsUpdateDto.getGoodsType() != 2) { |
| | | Long categoryId = mallGoodsUpdateDto.getCategoryId(); |
| | | if (ObjectUtil.isEmpty(categoryId)) { |