mirror of https://gitee.com/stylefeng/roses
【8.1.8】【dict】更新dict查询方法
parent
1b189d5eba
commit
0b3835c266
|
@ -369,7 +369,7 @@ public class DictServiceImpl extends ServiceImpl<DictMapper, SysDict> implements
|
||||||
// 遍历所有字典,把字典信息装配到字典类型信息里
|
// 遍历所有字典,把字典信息装配到字典类型信息里
|
||||||
for (SysDict sysDict : dictList) {
|
for (SysDict sysDict : dictList) {
|
||||||
Long dictTypeId = sysDict.getDictTypeId();
|
Long dictTypeId = sysDict.getDictTypeId();
|
||||||
if (ObjectUtil.isNotEmpty(dictTypeId)) {
|
if (ObjectUtil.isEmpty(dictTypeId)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
DictTreeDto dictTreeDto = dictTypeMap.get(dictTypeId);
|
DictTreeDto dictTreeDto = dictTypeMap.get(dictTypeId);
|
||||||
|
|
Loading…
Reference in New Issue