update 使@Translation注解生效
This commit is contained in:
+3
-2
@@ -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;
|
||||
}
|
||||
/**
|
||||
* 查询所有数据字典信息
|
||||
|
||||
Reference in New Issue
Block a user