mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
【优化】优化注释
This commit is contained in:
parent
776d6e4e1e
commit
8d23e1b9d9
@ -172,7 +172,7 @@ public class AiImageServiceImpl implements AiImageService {
|
||||
if (ObjUtil.notEqual(image.getUserId(), userId)) {
|
||||
throw exception(AI_IMAGE_NOT_EXISTS);
|
||||
}
|
||||
// 删除记录
|
||||
// 2、删除记录
|
||||
imageMapper.deleteById(id);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user