|
@@ -125,9 +125,9 @@ public class TradeConfigLogic {
|
|
|
.in(TradeCategoryConfig::getId, parentIdList)
|
|
|
.list();
|
|
|
|
|
|
- if (CollectionUtils.isNotEmpty(levelOneList)) {
|
|
|
- parentList.addAll(levelOneList);
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
return TradeConfigConvert.INSTANCE.toLevelVOList(parentList, childByParentIdMap);
|
|
|
}
|
|
|
}
|