|
|
|
@ -191,7 +191,7 @@ public class FactoryXxlJob {
|
|
|
|
|
map.put(k,staorderPackagesList); |
|
|
|
|
} |
|
|
|
|
//查询基地名称
|
|
|
|
|
StationlinenumEntity stationlinenumEntity = stationlinenumService.selectNameByNumber(","+v.getTcWlb006()+","); |
|
|
|
|
StationlinenumEntity stationlinenumEntity = stationlinenumService.selectNameByNumber(v.getTcWlb006()); |
|
|
|
|
String siteName = Objects.isNull(stationlinenumEntity) ? null : stationlinenumEntity.getLogisticsLineName(); |
|
|
|
|
Integer warehouseId = warehouseClient.selectIdByName(siteName); |
|
|
|
|
logger.info("###########resoveFactoryData: warehouseId={}",warehouseId); |
|
|
|
@ -253,7 +253,7 @@ public class FactoryXxlJob {
|
|
|
|
|
Integer aLong = longIntegerMap.get(k);//订单ID
|
|
|
|
|
|
|
|
|
|
//查询基地名称
|
|
|
|
|
StationlinenumEntity stationlinenumEntity = stationlinenumService.selectNameByNumber(","+stationOrderEntity.getTcWlb006()+","); |
|
|
|
|
StationlinenumEntity stationlinenumEntity = stationlinenumService.selectNameByNumber(stationOrderEntity.getTcWlb006()); |
|
|
|
|
|
|
|
|
|
List<GroupByPackagesDTO> groupByPackages = staorderPackagesService.selectGroupByLxAndPackNumByOrderId(k); |
|
|
|
|
groupByPackages.forEach(gpd->{ |
|
|
|
|