【优化】优化注释
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