[update] 删除基础模型校验应用

This commit is contained in:
Liuyang 2025-01-20 15:29:18 +08:00
parent 7d637ee57c
commit 4ad0d41892

View File

@ -60,6 +60,7 @@ public class BaseModelServiceImpl implements BaseModelService {
// 校验存在
validateBaseModelExists(id);
// 校验使用
validateModelUse(id);
// 删除
baseModelMapper.deleteById(id);
}