This commit is contained in:
andy 2025-06-17 10:55:43 +08:00
parent 90dd5ff533
commit 3cbae22354

View File

@ -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();