mirror of https://gitee.com/stylefeng/roses
【7.6.0】【dict】更新删除字典的逻辑
parent
3ed1f2cc27
commit
c0593f60f3
|
@ -119,7 +119,6 @@ public class DictServiceImpl extends ServiceImpl<DictMapper, SysDict> implements
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void del(DictRequest dictRequest) {
|
public void del(DictRequest dictRequest) {
|
||||||
// 删除字典
|
|
||||||
this.removeById(dictRequest.getDictId());
|
this.removeById(dictRequest.getDictId());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue