fix:开始重构--》原因:树级结构查询一次性体量太大,加载不成功
parent
8498476226
commit
b0f0c3afe5
|
@ -75,7 +75,6 @@ public class AssetDataDictServiceImpl extends ServiceImpl<AssetDataDictMapper, A
|
|||
eq(AssetDataDict::getDictType,assetDataDict.getDictType());
|
||||
eq(AssetDataDict::getBasicId,assetDataDict.getBasicId());
|
||||
}});
|
||||
|
||||
return b;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue