Commit cdc6515f authored by zhengyi's avatar zhengyi

获取仓库区域并行国家、城市、仓库列表排序

parent ba272da2
......@@ -583,6 +583,7 @@ public class WarehouseServiceImpl implements WarehouseService {
v.setGuojiaNameEn(warehouseTreeVO.getGuojiaNameEn());
v.setGuojiaName(warehouseTreeVO.getGuojiaName());
v.setGuojia(warehouseTreeVO.getGuojia());
v.setGuojiaSort(warehouseTreeVO.getGuojiaSort());
shiVOList.add(v);
}
vo.setShiList(shiVOList.stream().sorted(Comparator.comparing(WarehouseTreeVO::getShiSort)).collect(Collectors.toList()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment