【优化】优化注释

This commit is contained in:
cherishsince 2024-06-05 10:28:10 +08:00
parent 776d6e4e1e
commit 8d23e1b9d9

View File

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