|
|
|
@ -1900,7 +1900,7 @@ public class TrunklineCarsLoadServiceImpl extends BaseServiceImpl<TrunklineCarsL
|
|
|
|
|
List<GoodsLoadingNumVO> loadingNumVOList = scanZeroDetailService.findGoodsLoadingNum(loadId,warehouseId,waybillNo,orderCode); |
|
|
|
|
//把loadingNumVOList转化成以goodsId作为key的Map
|
|
|
|
|
Map<Long, GoodsLoadingNumVO> map = loadingNumVOList.stream().collect(Collectors.toMap(GoodsLoadingNumVO::getGoodsId, Function.identity())); |
|
|
|
|
List<JSONObject> zeroPackageList = distributionParcelListClient.findPackageGoodsListByWaybillNo(waybillNo); |
|
|
|
|
List<JSONObject> zeroPackageList = distributionParcelListClient.findPackageGoodsListByWaybillNoAndWarehouseId(waybillNo,warehouseId); |
|
|
|
|
List<ZeroPackageVO> ls = new ArrayList<>(); |
|
|
|
|
zeroPackageList.forEach(jsonObject -> { |
|
|
|
|
ZeroPackageVO javaObject = jsonObject.toJavaObject(ZeroPackageVO.class); |
|
|
|
|