update 使@Translation注解生效

This commit is contained in:
liao
2023-09-27 15:11:57 +08:00
parent 7f11a9810f
commit 05764fb163
3 changed files with 16 additions and 2 deletions
@@ -36,8 +36,9 @@ public class SysDictItemServiceImpl extends ServiceImpl<SysDictItemMapper, SysDi
@Override
public List<SysDictItem> getDictItemAll() {
// return sysDictItemMapper.getDictItemAll();
return null;
//return sysDictItemMapper.getDictItemAll();
return sysDictItemMapper.selectItemsAll();
//return null;
}
/**
* 查询所有数据字典信息