【7.6.0】【dict】更新删除字典的逻辑

pull/57/head
fengshuonan 2023-06-27 17:27:44 +08:00
parent 3ed1f2cc27
commit c0593f60f3
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ public class DictServiceImpl extends ServiceImpl<DictMapper, SysDict> implements
@Override
public void del(DictRequest dictRequest) {
// 删除字典
this.removeById(dictRequest.getDictId());
}