@ -55,6 +55,7 @@ import com.logpm.oldproject.feign.IWarehouseClient;
import com.logpm.trunkline.dto.WaybillLogDTO ;
import com.logpm.trunkline.feign.ITrunklinePackageTrackLogClient ;
import com.logpm.trunkline.feign.ITrunklineWaybillTrackClient ;
import com.logpm.warehouse.entity.WarehouseTrayGoodsEntity ;
import com.logpm.warehouse.feign.IWarehouseUpdownStockUpAreaClient ;
import com.logpm.warehouse.feign.IWarehouseUpdownTypeClient ;
import lombok.extern.slf4j.Slf4j ;
@ -69,7 +70,6 @@ import org.springblade.common.constant.WorkNodeEnums;
import org.springblade.common.constant.billLading.BillLadingStatusConstant ;
import org.springblade.common.constant.common.IsOrNoConstant ;
import org.springblade.common.constant.delivery.DeliveryLoadingStatusConstant ;
import org.springblade.common.constant.delivery.DeliveryStartStatusConstant ;
import org.springblade.common.constant.delivery.DeliveryStatusConstant ;
import org.springblade.common.constant.loading.* ;
import org.springblade.common.constant.orderpackage.* ;
@ -89,6 +89,7 @@ import org.springblade.common.serviceConstant.ServiceConstant;
import org.springblade.common.utils.CommonUtil ;
import org.springblade.common.utils.FileUtil ;
import org.springblade.common.utils.GaoDeApiUtil ;
import org.springblade.core.log.exception.ServiceException ;
import org.springblade.core.log.feign.ILogClient ;
import org.springblade.core.log.model.LogError ;
import org.springblade.core.mp.base.BaseServiceImpl ;
@ -119,6 +120,9 @@ import java.io.IOException;
import java.math.BigDecimal ;
import java.text.ParseException ;
import java.text.SimpleDateFormat ;
import java.time.YearMonth ;
import java.time.format.DateTimeFormatter ;
import java.time.temporal.ChronoUnit ;
import java.util.* ;
import java.util.concurrent.atomic.AtomicInteger ;
import java.util.concurrent.atomic.AtomicReference ;
@ -7346,6 +7350,8 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
if ( Objects . isNull ( myCurrentWarehouse ) ) {
return R . fail ( 403 , "仓库信息不能为空" ) ;
}
String now = new SimpleDateFormat ( "yyyy-MM-dd HH:mm:ss.SSS" ) . format ( new Date ( ) ) ;
Long deliveryId = distrilbutionloadingscanDTO . getDeliveryId ( ) ;
Long reservationId = distrilbutionloadingscanDTO . getReservationId ( ) ;
Integer type = distrilbutionloadingscanDTO . getType ( ) ;
@ -7380,6 +7386,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
List < Long > packageLockIds = new ArrayList < > ( ) ;
List < String > orderCodes = new ArrayList < > ( ) ;
List < DistributionLoadscanEntity > pushList = new ArrayList < > ( ) ;
List < DistributionLoadscaninvnEntity > pushInventoryList = new ArrayList < > ( ) ;
//配置项
boolean isConfig = false ;
DistributionDeliverySelfEntity distributionDeliverySelfEntity = new DistributionDeliverySelfDTO ( ) ;
@ -7554,7 +7561,6 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
Integer handQuantity = 0 ;
Integer outboundQuantity = 0 ;
Integer signinQuantity = 0 ;
if ( Func . isNotEmpty ( loadingMap ) ) {
//存在装车数据,进行是否签收判断
List < DistributionLoadscanEntity > entityList = loadingMap . get ( parcelNumberDTO . getParcelListId ( ) ) ;
@ -7579,11 +7585,11 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
distributionLoadscanEntity . setWarehouseName ( myCurrentWarehouse . getName ( ) ) ;
distributionLoadscanEntity . setReceivedQuantity ( parcelNumberDTO . getSigningNum ( ) ) ;
distributionLoadscanEntity . setSignforState ( LoadScanSigningStatusConstant . yiqianshou . getValue ( ) ) ;
distributionLoadscanEntity . setScanTime ( simpleDateFormat . format ( ne w Date ( ) ) ) ;
distributionLoadscanEntity . setScanTime ( no w) ;
distributionLoadscanEntity . setSigningUser ( user . getNickName ( ) ) ;
distributionLoadscanEntity . setSigningUserId ( user . getUserId ( ) ) ;
distributionLoadscanEntity . setSignforType ( LoadScanSigningTypeStatusConstant . sijiqianshou . getValue ( ) ) ;
distributionLoadscanEntity . setSigningTime ( simpleDateFormat . format ( ne w Date ( ) ) ) ;
distributionLoadscanEntity . setSigningTime ( no w) ;
distributionLoadscanEntity . setSigningUser ( user . getNickName ( ) ) ;
loadedNumber + = parcelNumberDTO . getSigningNum ( ) ;
receivedQuantity + = parcelNumberDTO . getSigningNum ( ) ;
@ -7611,7 +7617,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
loadscanEntity . setScanUser ( user . getNickName ( ) ) ;
loadscanEntity . setWarehouseId ( myCurrentWarehouse . getId ( ) ) ;
loadscanEntity . setWarehouseName ( myCurrentWarehouse . getName ( ) ) ;
loadscanEntity . setScanTime ( simpleDateFormat . format ( ne w Date ( ) ) ) ;
loadscanEntity . setScanTime ( no w) ;
loadscanEntity . setSigningUser ( user . getNickName ( ) ) ;
loadscanEntity . setPackageNub ( parcelNumberDTO . getSigningNum ( ) ) ;
loadscanEntity . setLoadedNub ( parcelNumberDTO . getSigningNum ( ) ) ;
@ -7642,7 +7648,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
loadscanEntity . setReceivedQuantity ( parcelNumberDTO . getSigningNum ( ) ) ;
loadscanEntity . setOneClick ( 2 ) ;
loadscanEntity . setOneQclick ( 2 ) ;
loadscanEntity . setSigningTime ( simpleDateFormat . format ( ne w Date ( ) ) ) ;
loadscanEntity . setSigningTime ( no w) ;
distributionLoadscanService . save ( loadscanEntity ) ;
pushList . add ( loadscanEntity ) ;
loadedNumber + = loadscanEntity . getLoadedNub ( ) ;
@ -7653,7 +7659,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
outboundQuantity = distributionParcelNumberEntity . getOutboundQuantity ( ) + parcelNumberDTO . getSigningNum ( ) ;
signinQuantity = distributionParcelNumberEntity . getSigninQuantity ( ) + parcelNumberDTO . getSigningNum ( ) ;
JSONObject jsonObject = new JSONObject ( ) ;
jsonObject . put ( "code" , p arcelListEntity. getOrderCode ( ) ) ;
jsonObject . put ( "code" , zeroP arcelListEntity. getOrderCode ( ) ) ;
jsonObject . put ( "warehouseId" , myCurrentWarehouse . getId ( ) ) ;
jsonObject . put ( "taskId" , loadscanEntity . getReservationId ( ) ) ;
jsonObject . put ( "type" , 3 ) ;
@ -7692,6 +7698,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
log . error ( method + "Barcode参数缺失" ) ;
return Resp . scanFail ( "参数缺失,请联系管理员" , "参数缺失,请联系管理员" ) ;
}
//库存品
List < DisStockListDetailEntity > detailEntities = distributionReservationMapper . selectInventoryListByReservation ( distrilbutionloadingscanDTO . getReservationId ( ) ) ;
if ( detailEntities . isEmpty ( ) ) {
@ -7705,7 +7712,8 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
if ( isHaveCode ) {
return Resp . scanFail ( "库存品未备货" , "库存品未备货" ) ;
}
List < DisStockListDetailEntity > inventoryPakcgaeList = detailEntities . stream ( ) . filter ( f - > barcode . equals ( f . getStockPackageCode ( ) ) ) . collect ( Collectors . toList ( ) ) ;
String finalBarcode = distrilbutionloadingscanDTO . getBarcode ( ) ;
List < DisStockListDetailEntity > inventoryPakcgaeList = detailEntities . stream ( ) . filter ( f - > finalBarcode . equals ( f . getStockPackageCode ( ) ) ) . collect ( Collectors . toList ( ) ) ;
if ( ! inventoryPakcgaeList . isEmpty ( ) ) {
if ( inventoryPakcgaeList . size ( ) = = 1 ) {
DisStockListDetailEntity disStockListDetailEntity = inventoryPakcgaeList . get ( 0 ) ;
@ -7714,15 +7722,96 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
. eq ( DistributionLoadscaninvnEntity : : getDeliveryId , distrilbutionloadingscanDTO . getDeliveryId ( ) )
. eq ( DistributionLoadscaninvnEntity : : getOrderPackageCode , distrilbutionloadingscanDTO . getBarcode ( ) )
. ne ( DistributionLoadscaninvnEntity : : getScanStatus , 1 ) ) ;
if ( Func . isNotEmpty ( loadscaninvnEntity ) ) {
if ( loadscaninvnEntity . getSignforState ( ) . equals ( LoadScanSigningStatusConstant . yiqianshou . getValue ( ) ) ) {
return Resp . scanFail ( "重复扫描" , "重复扫描" ) ;
}
// 库存品进行装车,这里需要对库存品扫描数据进行签收的状态标记
loadscaninvnEntity . setSigningUserId ( user . getUserId ( ) ) ;
loadscaninvnEntity . setSigningUser ( user . getNickName ( ) ) ;
loadscaninvnEntity . setReceivedQuantity ( disStockListDetailEntity . getNum ( ) ) ;
loadscaninvnEntity . setSignforState ( LoadScanSigningStatusConstant . yiqianshou . getValue ( ) ) ;
loadscaninvnEntity . setSigningTime ( now ) ;
loadscaninvnEntity . setOneQclick ( 1 ) ;
packageLockIds . add ( loadscaninvnEntity . getInventoryPackageId ( ) ) ;
distributionLoadscaninvnService . updateById ( loadscaninvnEntity ) ;
pushInventoryList . add ( loadscaninvnEntity ) ;
//维护签收数量
distributionSignforMapper . updatesignforByinvn ( loadscaninvnEntity . getDeliveryId ( ) , loadscaninvnEntity . getReservationId ( ) , loadscaninvnEntity . getPackageNub ( ) ) ;
//更新签收人
distributionSignforMapper . updateSignUser ( loadscaninvnEntity . getDeliveryId ( ) , loadscaninvnEntity . getReservationId ( ) , user ) ;
} else {
//库存品未进行装车
//这里装车的数据需要进行补录
DistributionLoadscaninvnEntity distributionLoadscaninvnEntity = new DistributionLoadscaninvnEntity ( ) ;
if ( Func . isNotEmpty ( distributionDeliverySelfEntity . getDriverId ( ) ) ) {
distributionLoadscaninvnEntity . setDriverId ( distributionDeliverySelfEntity . getDriverId ( ) ) ;
}
if ( Func . isNotEmpty ( distributionDeliverySelfEntity . getDriverName ( ) ) ) {
distributionLoadscaninvnEntity . setDriverName ( distributionDeliverySelfEntity . getDriverName ( ) ) ;
}
if ( Func . isNotEmpty ( distributionDeliverySelfEntity . getVehicleId ( ) ) ) {
distributionLoadscaninvnEntity . setVehicleId ( distributionDeliverySelfEntity . getVehicleId ( ) ) ;
}
if ( Func . isNotEmpty ( distributionDeliverySelfEntity . getVehicleNub ( ) ) ) {
distributionLoadscaninvnEntity . setVehicleName ( distributionDeliverySelfEntity . getVehicleNub ( ) ) ;
}
if ( Func . isNotEmpty ( distributionDeliverySelfEntity . getDriverPhone ( ) ) ) {
distributionLoadscaninvnEntity . setDriverPhone ( distributionDeliverySelfEntity . getDriverPhone ( ) ) ;
}
distributionLoadscaninvnEntity . setLoadingId ( distributionDeliverySelfEntity . getId ( ) . toString ( ) ) ;
distributionLoadscaninvnEntity . setOrderPackageCode ( disStockListDetailEntity . getStockPackageCode ( ) ) ;
distributionLoadscaninvnEntity . setInventoryId ( disStockListDetailEntity . getStockListId ( ) ) ;
distributionLoadscaninvnEntity . setInventoryPackageId ( disStockListDetailEntity . getId ( ) ) ;
distributionLoadscaninvnEntity . setDeliveryId ( distrilbutionloadingscanDTO . getDeliveryId ( ) ) ;
distributionLoadscaninvnEntity . setReservationId ( distrilbutionloadingscanDTO . getReservationId ( ) ) ;
distributionLoadscaninvnEntity . setScanUser ( user . getNickName ( ) ) ;
distributionLoadscaninvnEntity . setScanTime ( now ) ;
distributionLoadscaninvnEntity . setPackageNub ( disStockListDetailEntity . getNum ( ) ) ;
distributionLoadscaninvnEntity . setScanStatus ( LoadingStatusConstant . saomiao . getValue ( ) ) ;
distributionLoadscaninvnEntity . setIsInsert ( LoadingIsInsertConstant . bulu . getValue ( ) ) ;
distributionLoadscaninvnEntity . setScanType ( "1" ) ;
distributionLoadscaninvnEntity . setType ( 2 ) ;
distributionLoadscaninvnEntity . setWarehouseId ( myCurrentWarehouse . getId ( ) ) ;
distributionLoadscaninvnEntity . setWarehouseName ( myCurrentWarehouse . getName ( ) ) ;
distributionLoadscaninvnEntity . setSignforState ( LoadScanSigningStatusConstant . yiqianshou . getValue ( ) ) ;
distributionLoadscaninvnEntity . setIsSignfor ( 1 ) ;
distributionLoadscaninvnEntity . setReceivedQuantity ( disStockListDetailEntity . getNum ( ) ) ;
distributionLoadscaninvnEntity . setOneClick ( 1 ) ;
distributionLoadscaninvnEntity . setOneQclick ( 1 ) ;
distributionLoadscaninvnEntity . setLoadedNub ( 1 ) ;
distributionLoadscaninvnEntity . setSigningUser ( user . getNickName ( ) ) ;
distributionLoadscaninvnEntity . setSigningUserId ( user . getUserId ( ) ) ;
distributionLoadscaninvnEntity . setSigningTime ( now ) ;
distributionLoadscaninvnService . save ( distributionLoadscaninvnEntity ) ;
pushInventoryList . add ( distributionLoadscaninvnEntity ) ;
//更新装车数量
Integer j = distributionSignforMapper . updateLoadAndsignforByinvn ( distributionLoadscaninvnEntity . getDeliveryId ( ) , distributionLoadscaninvnEntity . getReservationId ( ) , distributionLoadscaninvnEntity . getPackageNub ( ) ) ;
//更新签收人
Integer i = distributionSignforMapper . updateSignUser ( distributionLoadscaninvnEntity . getDeliveryId ( ) , distributionLoadscaninvnEntity . getReservationId ( ) , AuthUtil . getUser ( ) ) ;
//扣减库存
distributionStockListMapper . deductionQuantityStock ( distributionLoadscaninvnEntity . getInventoryId ( ) , distributionLoadscaninvnEntity . getLoadedNub ( ) ) ;
packageLockIds . add ( distributionLoadscaninvnEntity . getInventoryPackageId ( ) ) ;
// //扣减库存
List < JSONObject > jsonObjects = new ArrayList < > ( ) ;
JSONObject jsonObject = new JSONObject ( ) ;
jsonObject . put ( "code" , distributionLoadscaninvnEntity . getOrderPackageCode ( ) ) ;
jsonObject . put ( "warehouseId" , myCurrentWarehouse . getId ( ) ) ;
jsonObject . put ( "taskId" , distributionLoadscaninvnEntity . getReservationId ( ) ) ;
jsonObject . put ( "type" , 2 ) ;
jsonObject . put ( "num" , 1 ) ;
jsonObject . put ( "remark" , "签收下架" ) ;
jsonObjects . add ( jsonObject ) ;
warehouseUpdownStockUpAreaClient . downStockUpShelf ( jsonObjects ) ;
}
//进行库存品包件状态维护
disStockListDetailEntity . setStockLockingStatus ( InventoryLoadingStatusConstant . yizhuangche . getValue ( ) ) ;
disStockListDetailEntity . setStockSignfoStatus ( InventorySigningStatusConstant . yiqianshou . getValue ( ) ) ;
disStockListDetailService . updateById ( disStockListDetailEntity ) ;
}
}
break ;
}
if ( ! packageLockIds . isEmpty ( ) ) {
List < Long > a = bladeRedis . get ( "warehouseId:" + myCurrentWarehouse . getId ( ) + "trainNumber:" + deliveryListEntity . getTrainNumber ( ) + "orderPackageCode:" + packageLockIds ) ;
@ -7739,6 +7828,17 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
bladeRedis . setEx ( "warehouseId:" + myCurrentWarehouse . getId ( ) + "trainNumber:" + deliveryListEntity . getTrainNumber ( ) + "orderPackageCode:" + packageLockIds , packageLockIds , 60L ) ;
}
}
if ( ! pushInventoryList . isEmpty ( ) ) {
// 作业节点数据推送
NodeFanoutMsg < org . springblade . common . model . DistributionSignforVO > nodeFanoutMsg = buildDistributionSignforVOByStock ( deliveryListEntity , pushInventoryList ) ;
iDistributionNodeWorkService . signFor ( nodeFanoutMsg , AuthUtil . getUser ( ) ) ;
}
if ( ! pushList . isEmpty ( ) ) {
// 构建新作业节点回传
NodeFanoutMsg < org . springblade . common . model . DistributionSignforVO > nodeFanoutMsg = buildDistributionSignforVO ( deliveryListEntity , reservationEntity , pushList ) ;
iDistributionNodeWorkService . signFor ( nodeFanoutMsg , AuthUtil . getUser ( ) ) ;
}
if ( ! orderCodes . isEmpty ( ) ) {
String collect = orderCodes . stream ( ) . distinct ( ) . collect ( Collectors . joining ( "," ) ) ;
distributionStockArticleService . maintenanceOrderInfo ( collect , myCurrentWarehouse . getId ( ) ) ;
@ -7748,6 +7848,270 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
return Resp . scanSuccess ( "签收成功" , str ) ;
}
@Override
public R selectDistributionNewAppDeliveryListPage ( DistributionAppDeliveryListDTO distributionDeliveryList ) {
String method = "######################################DistributionSignforServiceImpl.selectDistributionNewAppDeliveryListPage" ;
List < DistributionAppNewDeliveryListVO > distributionAppSignforDeliveryListVOS = new ArrayList < > ( ) ;
//参数校验
if ( Objects . isNull ( distributionDeliveryList . getType ( ) ) ) {
log . error ( method + "type>>参数缺失" ) ;
throw new ServiceException ( "参数缺失" ) ;
}
if ( Objects . isNull ( distributionDeliveryList . getTaskTime_start ( ) ) ) {
log . error ( method + "TaskTime_start>>参数缺失" ) ;
throw new ServiceException ( "参数缺失" ) ;
}
if ( Objects . isNull ( distributionDeliveryList . getTaskTime_end ( ) ) ) {
log . error ( method + "TaskTime_start>>参数缺失" ) ;
throw new ServiceException ( "参数缺失" ) ;
}
BasicdataWarehouseEntity myCurrentWarehouse = basicdataWarehouseClient . getMyCurrentWarehouse ( ) ;
if ( Objects . isNull ( myCurrentWarehouse ) ) {
log . error ( method + "TaskTime_start>>参数缺失" ) ;
throw new ServiceException ( "参数缺失" ) ;
}
YearMonth parse = YearMonth . parse ( distributionDeliveryList . getTaskTime_start ( ) , DateTimeFormatter . ISO_DATE ) ;
YearMonth parse1 = YearMonth . parse ( distributionDeliveryList . getTaskTime_end ( ) , DateTimeFormatter . ISO_DATE ) ;
long until = parse . until ( parse1 , ChronoUnit . MONTHS ) ;
if ( until ! = 0 ) {
log . error ( method + "列表搜索时间范围大于一个月" ) ;
return Resp . fail ( "最大区间为一个月,请缩小搜索范围" ) ;
}
distributionDeliveryList . setWarehouseId ( myCurrentWarehouse . getId ( ) ) ;
//查询当前登录人满足的配送计划
//获取当前登录人
BladeUser user = AuthUtil . getUser ( ) ;
//判断当前登录人是否为司机
Boolean delivery = distributionDeliveryListService . judgeIsDriver ( user ) ;
if ( delivery ) {
//查询当前登录人的配送任务
BasicdataDriverArteryEntity driverArtery = iBasicdataDriverArteryClient . getDriverArtery ( user . getUserId ( ) ) ;
if ( null = = driverArtery ) {
log . error ( "没有司机的信息!!" ) ;
throw new CustomerException ( "没有司机的信息" ) ;
}
//查询司机的任务
distributionDeliveryList . setDriverId ( driverArtery . getId ( ) + "" ) ;
List < Long > deliveryIds = distributionDeliverySelfMapper . selectNewDeliveryList ( distributionDeliveryList ) ;
if ( ! deliveryIds . isEmpty ( ) ) {
distributionAppSignforDeliveryListVOS = baseMapper . selectDistributionNewAppDeliveryListPage ( distributionDeliveryList , deliveryIds ) ;
} else {
return R . data ( null ) ;
}
} else {
//查询当前时间范围内的配送ID
List < Long > deliveryIds = baseMapper . selectDeliveyId ( distributionDeliveryList ) ;
if ( ! deliveryIds . isEmpty ( ) ) {
distributionAppSignforDeliveryListVOS = baseMapper . selectDistributionNewAppDeliveryListPage ( distributionDeliveryList , deliveryIds ) ;
}
}
return R . data ( distributionAppSignforDeliveryListVOS ) ;
}
@Override
public R selectNewAppDeliveryCustom ( DistributionAppDeliveryListDTO distributionDeliveryList ) {
String method = "######################DistributionDeliveryListServiceImpl.getNewAppDeliveryreservationListPage" ;
if ( Objects . isNull ( distributionDeliveryList . getId ( ) ) ) {
log . error ( method + "id参数缺失" ) ;
return R . fail ( "请求错误,请联系管理员" ) ;
}
DistributionAppDetailVO detailVO = baseMapper . selectNewAppDistributionDetail ( distributionDeliveryList . getId ( ) ) ;
List < DistributionAppNewReservationVO > customList = baseMapper . selectNewAppCustomList ( distributionDeliveryList . getId ( ) ) ;
detailVO . setCustomList ( customList ) ;
return R . data ( detailVO ) ;
}
@Override
public R selectNewAppDeliveryCustomDetail ( DistributionAppDeliveryListDTO distributionAppDeliveryListDTO ) {
String method = "#############################################DistributionDeliverySignforServiceImpl.selectDistributionNewAppDeliveryorder" ;
if ( Objects . isNull ( distributionAppDeliveryListDTO . getReservationId ( ) ) ) {
log . error ( method + "reservationId参数缺失" ) ;
return R . fail ( "参数错误,联系管理员" ) ;
}
//查询预约信息
Long reservationId = Long . parseLong ( distributionAppDeliveryListDTO . getReservationId ( ) ) ;
DistributionAppNewReservationVO reservationAppDetailVO = baseMapper . selectNewAppCustom ( reservationId ) ;
if ( Objects . isNull ( reservationAppDetailVO ) ) {
log . error ( method + "查询预约计划失败:{}" , distributionAppDeliveryListDTO . getReservationId ( ) ) ;
return R . fail ( "参数错误,联系管理员" ) ;
}
List < DistributionAppStockArticleVO > orderList = new ArrayList < > ( ) ;
List < DistributionAppStockArticleVO > zeroOrderList = new ArrayList < > ( ) ;
//查询该客户装车
List < DistributionLoadscanEntity > distributionLoadscanEntities = distributionLoadscanService . list ( Wrappers . < DistributionLoadscanEntity > query ( ) . lambda ( )
. eq ( DistributionLoadscanEntity : : getReservationId , reservationId )
. ne ( DistributionLoadscanEntity : : getScanStatus , LoadingStatusConstant . quxiao . getValue ( ) ) ) ;
//查询计划
List < DistributionReservationStockarticleEntity > reservationStockarticleEntityList = distributionReservationStockarticleService . list ( Wrappers . < DistributionReservationStockarticleEntity > query ( ) . lambda ( )
. eq ( DistributionReservationStockarticleEntity : : getReservationId , reservationId )
. ne ( DistributionReservationStockarticleEntity : : getStockArticleStatus , ReservationOrderStatusConstant . quxiao . getValue ( ) ) ) ;
List < Long > orderIds = new ArrayList < > ( ) ;
if ( Func . isNotEmpty ( distributionLoadscanEntities ) ) {
//进行订单分类
List < Long > loadingOrderIds = distributionLoadscanEntities . stream ( ) . map ( DistributionLoadscanEntity : : getOrderId ) . collect ( Collectors . toList ( ) ) ;
orderIds . addAll ( loadingOrderIds ) ;
}
if ( Func . isNotEmpty ( reservationStockarticleEntityList ) ) {
//截取计划订单ID
List < Long > reservationOrderIds = reservationStockarticleEntityList . stream ( ) . map ( DistributionReservationStockarticleEntity : : getStockArticleId ) . collect ( Collectors . toList ( ) ) ;
orderIds . addAll ( reservationOrderIds ) ;
}
Map < Long , List < DistributionReservationStockarticleEntity > > reservationOrderMap = reservationStockarticleEntityList . stream ( ) . collect ( Collectors . groupingBy ( DistributionReservationStockarticleEntity : : getStockArticleId ) ) ;
Map < Long , List < DistributionLoadscanEntity > > loadingOrderMap = distributionLoadscanEntities . stream ( ) . collect ( Collectors . groupingBy ( DistributionLoadscanEntity : : getOrderId ) ) ;
if ( Func . isNotEmpty ( orderIds ) ) {
orderIds = orderIds . stream ( ) . distinct ( ) . collect ( Collectors . toList ( ) ) ;
List < DistributionStockArticleEntity > distributionStockArticleEntities = distributionStockArticleService . listByIds ( orderIds ) ;
List < DistributionReservationStockarticleEntity > reservationOrders = distributionReservationStockarticleService . list ( Wrappers . < DistributionReservationStockarticleEntity > query ( ) . lambda ( )
. eq ( DistributionReservationStockarticleEntity : : getReservationId , reservationId )
. in ( DistributionReservationStockarticleEntity : : getStockArticleId , orderIds )
. ne ( DistributionReservationStockarticleEntity : : getStockArticleStatus , ReservationOrderStatusConstant . quxiao . getValue ( ) )
) ;
for ( DistributionStockArticleEntity distributionStockArticleEntity : distributionStockArticleEntities ) {
DistributionAppStockArticleVO distributionAppStockArticleVO = Func . copy ( distributionStockArticleEntity , DistributionAppStockArticleVO . class ) ;
assert distributionAppStockArticleVO ! = null ;
distributionAppStockArticleVO . setLoadingNub ( 0 ) ;
distributionAppStockArticleVO . setSignforNub ( 0 ) ;
distributionAppStockArticleVO . setReservationNum ( 0 ) ;
//查询预约该订单计划数量
DistributionReservationStockarticleEntity reservationOrder = findReservationOrders ( reservationOrders , distributionStockArticleEntity . getId ( ) ) ;
if ( Func . isNotEmpty ( reservationOrder ) ) {
distributionAppStockArticleVO . setReservationNum ( reservationOrder . getReservationNum ( ) ) ;
}
if ( distributionStockArticleEntity . getIsZero ( ) . equals ( IsOrNoConstant . no . getValue ( ) ) ) {
//判断此订单是是否是异常装车
if ( Func . isEmpty ( reservationOrderMap . get ( distributionStockArticleEntity . getId ( ) ) ) ) {
//不存在计划之中的订单装车
List < DistributionLoadscanEntity > loadscanEntityList = loadingOrderMap . get ( distributionStockArticleEntity . getId ( ) ) ;
List < Long > abnormalPackageIds = loadscanEntityList . stream ( ) . map ( DistributionLoadscanEntity : : getPackageId ) . collect ( Collectors . toList ( ) ) ;
List < DistributionParcelListEntity > distributionParcelListEntities = distributionParcelListService . listByIds ( abnormalPackageIds ) ;
List < DistributionAppParcelListVO > distributionAppParcelListVOS = DistributionParcelListAppWrapper . build ( ) . listVO ( distributionParcelListEntities ) ;
distributionAppParcelListVOS . forEach ( p - > {
p . setIsAbnormalLoading ( 1 ) ;
if ( p . getOrderPackageStatus ( ) . equals ( OrderPackageStatusConstant . yiqianshou . getValue ( ) ) ) {
p . setIsAbnnormalSigning ( 1 ) ;
}
} ) ;
distributionAppStockArticleVO . setDistributionAppParcelListVOS ( distributionAppParcelListVOS ) ;
//统计装车数和签收数
int abnormalLoadingNum = loadscanEntityList . stream ( ) . mapToInt ( DistributionLoadscanEntity : : getLoadedNub ) . sum ( ) ;
distributionAppStockArticleVO . setLoadingNub ( abnormalLoadingNum ) ;
int abnormalSigningNum = loadscanEntityList . stream ( ) . filter ( f - > f . getSignforState ( ) . equals ( LoadScanSigningStatusConstant . yiqianshou . getValue ( ) ) ) . mapToInt ( DistributionLoadscanEntity : : getLoadedNub ) . sum ( ) ;
distributionAppStockArticleVO . setSignforNub ( abnormalSigningNum ) ;
distributionAppStockArticleVO . setCompletecode ( 5 ) ;
} else {
//存在计划需要结合计划包件进行异常包件判断
//查询此预约该订单下的包件信息
List < DistributionReservationPackageEntity > reservationPackage = distributionReservationPackageService . list ( Wrappers . < DistributionReservationPackageEntity > query ( ) . lambda ( )
. eq ( DistributionReservationPackageEntity : : getReservationId , reservationId )
. eq ( DistributionReservationPackageEntity : : getStockArticleId , distributionStockArticleEntity . getId ( ) )
. ne ( DistributionReservationPackageEntity : : getPacketBarStatus , ReservationPackageStatusConstant . quxiao . getValue ( ) )
) ;
List < Long > packageIds = new ArrayList < > ( ) ;
if ( Func . isNotEmpty ( reservationPackage ) ) {
List < Long > reservationPackageIds = reservationPackage . stream ( ) . map ( DistributionReservationPackageEntity : : getParceListId ) . collect ( Collectors . toList ( ) ) ;
packageIds . addAll ( reservationPackageIds ) ;
}
Map < Long , DistributionLoadscanEntity > collect = null ;
if ( Func . isNotEmpty ( loadingOrderMap . get ( distributionStockArticleEntity . getId ( ) ) ) ) {
List < DistributionLoadscanEntity > loadscanEntityList = loadingOrderMap . get ( distributionStockArticleEntity . getId ( ) ) ;
List < Long > loadingPackageIds = loadscanEntityList . stream ( ) . map ( DistributionLoadscanEntity : : getPackageId ) . collect ( Collectors . toList ( ) ) ;
packageIds . addAll ( loadingPackageIds ) ;
collect = loadscanEntityList . stream ( ) . collect ( Collectors . toMap ( DistributionLoadscanEntity : : getPackageId , Function . identity ( ) , ( k1 , k2 ) - > k2 ) ) ;
int LoadingNum = loadscanEntityList . stream ( ) . mapToInt ( DistributionLoadscanEntity : : getLoadedNub ) . sum ( ) ;
distributionAppStockArticleVO . setLoadingNub ( LoadingNum ) ;
int SigningNum = loadscanEntityList . stream ( ) . filter ( f - > f . getSignforState ( ) . equals ( LoadScanSigningStatusConstant . yiqianshou . getValue ( ) ) ) . mapToInt ( DistributionLoadscanEntity : : getLoadedNub ) . sum ( ) ;
distributionAppStockArticleVO . setSignforNub ( SigningNum ) ;
}
List < DistributionAppParcelListVO > packageVOS = new ArrayList < > ( ) ;
if ( Func . isNotEmpty ( packageIds ) ) {
packageIds = packageIds . stream ( ) . distinct ( ) . collect ( Collectors . toList ( ) ) ;
List < DistributionParcelListEntity > parcelListEntitys = distributionParcelListService . listByIds ( packageIds ) ;
for ( DistributionParcelListEntity parcelListEntity : parcelListEntitys ) {
// DistributionParcelListEntity parcelListEntity = distributionParcelListService.getById(packageId);
DistributionAppParcelListVO distributionAppParcelListVO = DistributionParcelListAppWrapper . build ( ) . entityVO ( parcelListEntity ) ;
if ( Func . isNotEmpty ( collect ) ) {
DistributionLoadscanEntity distributionLoadscanEntity = collect . get ( parcelListEntity . getId ( ) ) ;
if ( Func . isNotEmpty ( distributionLoadscanEntity ) ) {
distributionAppParcelListVO . setMaterialName ( parcelListEntity . getMaterialName ( ) ) ;
if ( distributionLoadscanEntity . getIsAbnormalLoading ( ) . equals ( 2 ) ) {
//异常装车
distributionAppParcelListVO . setIsAbnormalLoadingName ( "异常装车" ) ;
distributionAppParcelListVO . setIsAbnormalLoading ( 1 ) ;
}
if ( distributionLoadscanEntity . getSignforState ( ) . equals ( LoadScanSigningStatusConstant . yiqianshou . getValue ( ) ) ) {
//签收
if ( distributionLoadscanEntity . getIsAbnormalSigning ( ) . equals ( 2 ) ) {
//异常签收
distributionAppParcelListVO . setIsAbnnormalSigningName ( "异常签收" ) ;
distributionAppParcelListVO . setIsAbnnormalSigning ( 1 ) ;
}
}
}
}
packageVOS . add ( distributionAppParcelListVO ) ;
}
}
distributionAppStockArticleVO . setDistributionAppParcelListVOS ( packageVOS ) ;
}
orderList . add ( distributionAppStockArticleVO ) ;
} else {
List < DistributionReservationZeroPackageEntity > reservationZeroPackageEntityList = distributionReservationZeroPackageService . list ( Wrappers . < DistributionReservationZeroPackageEntity > query ( ) . lambda ( )
. eq ( DistributionReservationZeroPackageEntity : : getReservationId , reservationId )
. eq ( DistributionReservationZeroPackageEntity : : getStockArticleId , distributionStockArticleEntity . getId ( ) )
. ne ( DistributionReservationZeroPackageEntity : : getZeroPackageStatus , ReservationPackageStatusConstant . quxiao . getValue ( ) ) ) ;
if ( Func . isNotEmpty ( reservationZeroPackageEntityList ) ) {
int reservationTotal = reservationZeroPackageEntityList . stream ( ) . mapToInt ( DistributionReservationZeroPackageEntity : : getQuantity ) . sum ( ) ;
distributionAppStockArticleVO . setReservationNum ( reservationTotal ) ;
List < DistributionParcelNumberVO > parcelNumberVOS = distributionReservationMapper . selectReservationZeroOrderDetail ( distributionStockArticleEntity . getId ( ) , reservationId ) ;
distributionAppStockArticleVO . setSignforNub ( 0 ) ;
if ( Func . isNotEmpty ( parcelNumberVOS ) ) {
parcelNumberVOS . forEach ( p - > {
DistributionLoadscanEntity loadscanEntity = distributionLoadscanService . getOne ( Wrappers . < DistributionLoadscanEntity > query ( ) . lambda ( ) . eq ( DistributionLoadscanEntity : : getReservationId , reservationId ) . eq ( DistributionLoadscanEntity : : getOrderId , distributionStockArticleEntity . getId ( ) ) . eq ( DistributionLoadscanEntity : : getPackageId , p . getParcelListId ( ) ) . ne ( DistributionLoadscanEntity : : getScanStatus , LoadingStatusConstant . quxiao . getValue ( ) ) ) ;
p . setLoadingNum ( 0 ) ;
p . setSigningNum ( 0 ) ;
if ( Func . isNotEmpty ( loadscanEntity ) ) {
p . setLoadingNum ( loadscanEntity . getLoadedNub ( ) ) ;
if ( loadscanEntity . getSignforState ( ) . equals ( LoadScanSigningStatusConstant . yiqianshou . getValue ( ) ) ) {
p . setSigningNum ( loadscanEntity . getReceivedQuantity ( ) ) ;
}
}
} ) ;
distributionAppStockArticleVO . setDistributionParcelNumberVOS ( parcelNumberVOS ) ;
distributionAppStockArticleVO . setSignforNub ( parcelNumberVOS . stream ( ) . mapToInt ( DistributionParcelNumberVO : : getSigningNum ) . sum ( ) ) ;
}
}
zeroOrderList . add ( distributionAppStockArticleVO ) ;
}
}
}
List < DisStockListDetailVO > inventoryPackageList = baseMapper . selectAppDeliveryInventoryPackage ( reservationId ) ;
if ( ! orderList . isEmpty ( ) ) {
reservationAppDetailVO . setOrderList ( orderList ) ;
}
if ( ! zeroOrderList . isEmpty ( ) ) {
reservationAppDetailVO . setZeroOrderList ( zeroOrderList ) ;
}
if ( ! inventoryPackageList . isEmpty ( ) ) {
reservationAppDetailVO . setInventoryList ( inventoryPackageList ) ;
}
return R . data ( reservationAppDetailVO ) ;
}
/ * *
* 修改装车为签收数据
* @param loadscanEntity