1
This commit is contained in:
parent
90dd5ff533
commit
3cbae22354
@ -116,6 +116,7 @@ public class RzRestaurantImagesServiceImpl extends ServiceImpl<RzRestaurantImage
|
||||
return AjaxResult.error();
|
||||
}
|
||||
}else{
|
||||
rzRestaurantImages.setDelFlag(Constants.DELETE_FLAG_0);
|
||||
int i = getBaseMapper().insert(rzRestaurantImages);
|
||||
if(i < 1){
|
||||
return AjaxResult.error();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user