【add】数据字典模块刷新缓存的服务层接口

This commit is contained in:
mzc5649
2021-04-08 09:11:57 +08:00
parent 312fdfcd79
commit 2bc988c1f9
4 changed files with 1021 additions and 1001 deletions
@@ -360,6 +360,7 @@ public class OnlCgformHeadServiceImpl extends ServiceImpl<OnlCgformHeadMapper, O
}
}
@Override
public void deleteRecordAndTable(String id) throws DBException, SQLException {
OnlCgformHead var2 = (OnlCgformHead)this.getById(id);
if (var2 == null) {