代码审查

This commit is contained in:
wangchengjun
2022-03-10 09:41:24 +08:00
parent e8cdf17da3
commit 95af2a543e
4 changed files with 9 additions and 0 deletions
@@ -382,6 +382,7 @@ public class SysDictServiceImpl extends ServiceImpl<SysDictMapper, SysDict> impl
Integer count = sysDictMapper.selectCount(queryWrapper);
return count;
}
//TODO 代码加注释
@Override
public Integer queryExitDictName(SysDict sysDict) {
LambdaQueryWrapper<SysDict> queryWrapper = new LambdaQueryWrapper<>();