|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.logpm.trunkline.service.impl; |
|
|
|
|
|
|
|
|
|
import cn.hutool.core.collection.CollUtil; |
|
|
|
|
import cn.hutool.core.collection.CollectionUtil; |
|
|
|
|
import cn.hutool.core.date.DateUtil; |
|
|
|
|
import cn.hutool.core.util.IdUtil; |
|
|
|
|
import cn.hutool.core.util.ObjectUtil; |
|
|
|
@ -13,10 +14,14 @@ import com.logpm.aftersales.entity.AftersalesAbnormalRecordZeroDetailEntity;
|
|
|
|
|
import com.logpm.aftersales.feign.IAftersalesAbnormalRecordClient; |
|
|
|
|
import com.logpm.aftersales.feign.IAftersalesAbnormalRecordZeroDetailClient; |
|
|
|
|
import com.logpm.aftersales.feign.IAftersalesWorkOrderClient; |
|
|
|
|
import com.logpm.basic.entity.BasicCarModelEntity; |
|
|
|
|
import com.logpm.basic.feign.IBasicCarModelClient; |
|
|
|
|
import com.logpm.basicdata.entity.BasicdataWarehouseEntity; |
|
|
|
|
import com.logpm.basicdata.feign.IBasicdataWarehouseClient; |
|
|
|
|
import com.logpm.distribution.entity.DistributionParcelListEntity; |
|
|
|
|
import com.logpm.distribution.entity.DistributionReservationEntity; |
|
|
|
|
import com.logpm.distribution.entity.DistributionStockArticleEntity; |
|
|
|
|
import com.logpm.distribution.entity.DistrilbutionBillLadingEntity; |
|
|
|
|
import com.logpm.distribution.feign.IDistributionParcelListClient; |
|
|
|
|
import com.logpm.distribution.feign.IDistributionStockArticleClient; |
|
|
|
|
import com.logpm.factorydata.enums.BrandEnums; |
|
|
|
@ -45,9 +50,14 @@ import org.springblade.common.exception.CustomerException;
|
|
|
|
|
import org.springblade.common.model.FanoutMsg; |
|
|
|
|
import org.springblade.common.model.NodeFanoutMsg; |
|
|
|
|
import org.springblade.common.model.PackageData; |
|
|
|
|
import org.springblade.common.model.StockUpVO; |
|
|
|
|
import org.springblade.common.model.workNode.StationArrivedByLineStationVO; |
|
|
|
|
import org.springblade.common.model.workNode.StationArrivedEnterVO; |
|
|
|
|
import org.springblade.common.utils.CommonUtil; |
|
|
|
|
import org.springblade.core.secure.BladeUser; |
|
|
|
|
import org.springblade.core.secure.utils.AuthUtil; |
|
|
|
|
import org.springblade.system.cache.DictBizCache; |
|
|
|
|
import org.springframework.amqp.AmqpException; |
|
|
|
|
import org.springframework.amqp.rabbit.connection.CorrelationData; |
|
|
|
|
import org.springframework.amqp.rabbit.core.RabbitTemplate; |
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
@ -72,6 +82,9 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
private ITrunklineCarsLoadLineService trunklineCarsLoadLineService; |
|
|
|
|
@Autowired |
|
|
|
|
private IWarehouseWaybillClient warehouseWaybillClient; |
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|
private IBasicCarModelClient basicCarModelClient; |
|
|
|
|
@Autowired |
|
|
|
|
private ITrunklineCostShareRecordService trunklineCostShareRecordService; |
|
|
|
|
@Autowired |
|
|
|
@ -221,7 +234,7 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
if (deptIds.contains(",")) { |
|
|
|
|
String[] split = deptIds.split(","); |
|
|
|
|
deptId = Long.parseLong(split[split.length - 1]); |
|
|
|
|
}else{ |
|
|
|
|
} else { |
|
|
|
|
deptId = Long.parseLong(deptIds); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -303,7 +316,7 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
|
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
public void costShareByLoadId(Long loadId, TrunklineCarsLoadEntity carsLoadEntity,Long warehouseId,String warehouseName) { |
|
|
|
|
public void costShareByLoadId(Long loadId, TrunklineCarsLoadEntity carsLoadEntity, Long warehouseId, String warehouseName) { |
|
|
|
|
|
|
|
|
|
String proportion1 = DictBizCache.getValue(DictBizConstant.TRUNKLINE_COST_PROPORTION, "1"); |
|
|
|
|
String proportion2 = DictBizCache.getValue(DictBizConstant.TRUNKLINE_COST_PROPORTION, "2"); |
|
|
|
@ -386,7 +399,7 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sendReportCostShareData(list,AuthUtil.getUserId(),AuthUtil.getNickName(),warehouseId,warehouseName,carsLoadEntity); |
|
|
|
|
sendReportCostShareData(list, AuthUtil.getUserId(), AuthUtil.getNickName(), warehouseId, warehouseName, carsLoadEntity); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
@ -670,7 +683,7 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
List<AftersalesAbnormalRecordEntity> abnormalRecordEntities1 = aftersalesAbnormalRecordEntities.stream().filter(abnormalRecordEntity -> abnormalRecordEntity.getIsZero() == 1).collect(Collectors.toList()); |
|
|
|
|
//把abnormalRecordEntities1中所有元素associationId放入一个集合
|
|
|
|
|
List<Long> associationIdList = abnormalRecordEntities1.stream().map(AftersalesAbnormalRecordEntity::getAssociationId).collect(Collectors.toList()); |
|
|
|
|
if(CollUtil.isNotEmpty(associationIdList)){ |
|
|
|
|
if (CollUtil.isNotEmpty(associationIdList)) { |
|
|
|
|
List<TrunklineScanZeroDetailVO> scanZeroDetailVOList = trunklineScanZeroDetailService.findListByCarsLoadScanIds(associationIdList); |
|
|
|
|
//把scanZeroDetailVOList所有元素通过scanId进行分组
|
|
|
|
|
Map<Long, List<TrunklineScanZeroDetailVO>> scanZeroDetailVOMap = scanZeroDetailVOList.stream().collect(Collectors.groupingBy(TrunklineScanZeroDetailVO::getScanId)); |
|
|
|
@ -763,9 +776,9 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NodeFanoutMsg nodeFanoutMsg = new NodeFanoutMsg(); |
|
|
|
|
if(startWarehouseId.equals(warehouseId)){ |
|
|
|
|
if (startWarehouseId.equals(warehouseId)) { |
|
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.INITIAL_WAREHOUSE_DEPART); |
|
|
|
|
}else{ |
|
|
|
|
} else { |
|
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.TRANSFER_WAREHOUSE_DEPART); |
|
|
|
|
} |
|
|
|
|
nodeFanoutMsg.setBizOperation(BizOperationEnums.ADD); |
|
|
|
@ -851,9 +864,9 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
|
|
|
|
|
NodeFanoutMsg nodeFanoutMsg = new NodeFanoutMsg(); |
|
|
|
|
Long startWarehouseId = carsLoadEntity.getStartWarehouseId(); |
|
|
|
|
if(warehouseId.equals(startWarehouseId)){ |
|
|
|
|
if (warehouseId.equals(startWarehouseId)) { |
|
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.CANCEL_INITIAL_WAREHOUSE_DEPART); |
|
|
|
|
}else{ |
|
|
|
|
} else { |
|
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.CANEL_TRANSFER_WAREHOUSE_DEPART); |
|
|
|
|
} |
|
|
|
|
nodeFanoutMsg.setBizOperation(BizOperationEnums.DELETE); |
|
|
|
@ -1068,9 +1081,9 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
public void sendReportPackageSignData(String nickName, Long userId, Long warehouseId, String warehouseName, TrunklineCarsLoadEntity carsLoadEntity, List<String> orderPackageCodeList) { |
|
|
|
|
NodeFanoutMsg nodeFanoutMsg = new NodeFanoutMsg(); |
|
|
|
|
String loadType = carsLoadEntity.getLoadType(); |
|
|
|
|
if("4".equals(loadType)){ |
|
|
|
|
if ("4".equals(loadType)) { |
|
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.SIGN_TRIPARTITE_TRANSFER_DEPART); |
|
|
|
|
}else{ |
|
|
|
|
} else { |
|
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.SIGN_DIRECT_SHIPPER); |
|
|
|
|
} |
|
|
|
|
nodeFanoutMsg.setBizOperation(BizOperationEnums.ADD); |
|
|
|
@ -1109,9 +1122,9 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
|
|
|
|
|
NodeFanoutMsg nodeFanoutMsg = new NodeFanoutMsg(); |
|
|
|
|
String loadType = carsLoadEntity.getLoadType(); |
|
|
|
|
if("4".equals(loadType)){ |
|
|
|
|
if ("4".equals(loadType)) { |
|
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.SIGN_TRIPARTITE_TRANSFER_DEPART); |
|
|
|
|
}else{ |
|
|
|
|
} else { |
|
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.SIGN_DIRECT_SHIPPER); |
|
|
|
|
} |
|
|
|
|
nodeFanoutMsg.setBizOperation(BizOperationEnums.ADD); |
|
|
|
@ -1223,8 +1236,8 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
.operator(AuthUtil.getNickName()) |
|
|
|
|
.operatorTime(new Date()) |
|
|
|
|
.warehouse(warehouseName) |
|
|
|
|
.startWarehouse(ObjectUtil.isNotEmpty(parcelListEntity) ? parcelListEntity.getSendWarehouseName():"") |
|
|
|
|
.endWarehouse(ObjectUtil.isNotEmpty(parcelListEntity) ? parcelListEntity.getAcceptWarehouseName():"") |
|
|
|
|
.startWarehouse(ObjectUtil.isNotEmpty(parcelListEntity) ? parcelListEntity.getSendWarehouseName() : "") |
|
|
|
|
.endWarehouse(ObjectUtil.isNotEmpty(parcelListEntity) ? parcelListEntity.getAcceptWarehouseName() : "") |
|
|
|
|
.address("在【" + warehouseName + "】入库") |
|
|
|
|
.brand(BrandEnums.getByValue(parcelListEntity.getBrandName())) |
|
|
|
|
.main(JSONUtil.toJsonStr(main)) |
|
|
|
@ -1233,8 +1246,8 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
.packageCode(orderPackageCode) |
|
|
|
|
.warehouseName(warehouseName) |
|
|
|
|
.waybillNumber(parcelListEntity.getWaybillNumber()) |
|
|
|
|
.destinationWarehouse(ObjectUtil.isNotEmpty(parcelListEntity) ? parcelListEntity.getAcceptWarehouseName():"") |
|
|
|
|
.waybillStartWarehouse(ObjectUtil.isNotEmpty(parcelListEntity) ? parcelListEntity.getSendWarehouseName():"") |
|
|
|
|
.destinationWarehouse(ObjectUtil.isNotEmpty(parcelListEntity) ? parcelListEntity.getAcceptWarehouseName() : "") |
|
|
|
|
.waybillStartWarehouse(ObjectUtil.isNotEmpty(parcelListEntity) ? parcelListEntity.getSendWarehouseName() : "") |
|
|
|
|
.orderCode(orderCode) |
|
|
|
|
.build())) |
|
|
|
|
.build(); |
|
|
|
@ -1250,4 +1263,96 @@ public class CarsLoadAsyncServiceImpl implements ICarsLoadAsyncService {
|
|
|
|
|
updownTypeClient.downPackageOrDelTray(orderPackageCode, fromWarehouseId, remark); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void sendStationArrivedEnter(TrunklineCarsLoadEntity carsLoadEntity,String brands, BladeUser user, BasicdataWarehouseEntity warehouseEntity) { |
|
|
|
|
|
|
|
|
|
List<TrunklineCarsLoadLineEntity> list = trunklineCarsLoadLineService.findListByLoadId(carsLoadEntity.getId()); |
|
|
|
|
|
|
|
|
|
NodeFanoutMsg<StationArrivedEnterVO> stationArrivedEnterVONodeFanoutMsg = buildNodeFanoutMsgForStationArrivedEnter(carsLoadEntity,brands, list, user, warehouseEntity); |
|
|
|
|
|
|
|
|
|
stationArrivedEnter(stationArrivedEnterVONodeFanoutMsg, user); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private NodeFanoutMsg<StationArrivedEnterVO> buildNodeFanoutMsgForStationArrivedEnter(TrunklineCarsLoadEntity carsLoadEntity,String brands, List<TrunklineCarsLoadLineEntity> lineList, BladeUser user, BasicdataWarehouseEntity warehouseEntity) { |
|
|
|
|
|
|
|
|
|
NodeFanoutMsg<StationArrivedEnterVO> nodeFanoutMsg = new NodeFanoutMsg<StationArrivedEnterVO>(); |
|
|
|
|
nodeFanoutMsg.setBizOperation(BizOperationEnums.ADD); |
|
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.NET_ARRIVE_CAR); |
|
|
|
|
nodeFanoutMsg.setWarehouse(warehouseEntity.getName()); |
|
|
|
|
nodeFanoutMsg.setWarehouseId(warehouseEntity.getId()); |
|
|
|
|
nodeFanoutMsg.setOperator(user.getNickName()); |
|
|
|
|
nodeFanoutMsg.setOperatorTime(carsLoadEntity.getCreateTime()); |
|
|
|
|
StationArrivedEnterVO stationArrivedEnterVO = new StationArrivedEnterVO(); |
|
|
|
|
stationArrivedEnterVO.setOutDriverPerson(carsLoadEntity.getOutDriverPerson()); |
|
|
|
|
stationArrivedEnterVO.setOutsideStation(carsLoadEntity.getOutsideStation()); |
|
|
|
|
stationArrivedEnterVO.setCarsNo(carsLoadEntity.getCarsNo()); |
|
|
|
|
stationArrivedEnterVO.setCarNumber(carsLoadEntity.getCarNumber()); |
|
|
|
|
stationArrivedEnterVO.setStartWarehouseName(warehouseEntity.getName()); |
|
|
|
|
stationArrivedEnterVO.setDriverName(carsLoadEntity.getDriverName()); |
|
|
|
|
// 车辆结算类型
|
|
|
|
|
BasicCarModelEntity nc = basicCarModelClient.getCarModelByCarNumber(stationArrivedEnterVO.getCarNumber()); |
|
|
|
|
if(nc != null){ |
|
|
|
|
stationArrivedEnterVO.setCarSettlementType(nc.getVehicleModel()); |
|
|
|
|
} |
|
|
|
|
// 获取车次品牌-- 查询车辆运输
|
|
|
|
|
stationArrivedEnterVO.setBrandNames(brands); |
|
|
|
|
stationArrivedEnterVO.setRealLoadingNumber(carsLoadEntity.getRealLoadingNumber()); |
|
|
|
|
stationArrivedEnterVO.setCountTransportCost(carsLoadEntity.getCountTransportCost()); |
|
|
|
|
stationArrivedEnterVO.setIsCustomer(carsLoadEntity.getIsCustomer()); |
|
|
|
|
stationArrivedEnterVO.setCarrierName(carsLoadEntity.getCarrierName()); |
|
|
|
|
stationArrivedEnterVO.setCreateTime(carsLoadEntity.getCreateTime()); |
|
|
|
|
|
|
|
|
|
List<StationArrivedByLineStationVO> stationArrivedByLineStationVOS = new ArrayList<>(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(CollectionUtil.isEmpty(lineList)){ |
|
|
|
|
log.warn("干线车次没有节点信息"); |
|
|
|
|
return null; |
|
|
|
|
} |
|
|
|
|
lineList.forEach(line -> { |
|
|
|
|
StationArrivedByLineStationVO stationArrivedByLineStationVO = new StationArrivedByLineStationVO(); |
|
|
|
|
stationArrivedByLineStationVO.setNodeStatus(line.getNodeStatus()); |
|
|
|
|
stationArrivedByLineStationVO.setSignStatus(line.getSignStatus()); |
|
|
|
|
stationArrivedByLineStationVO.setNodeType(line.getNodeType()); |
|
|
|
|
stationArrivedByLineStationVO.setNodeId(line.getNodeId()); |
|
|
|
|
stationArrivedByLineStationVO.setNodeName(line.getNodeName()); |
|
|
|
|
stationArrivedByLineStationVO.setLinkMan(line.getLinkMan()); |
|
|
|
|
stationArrivedByLineStationVO.setLinkPhone(line.getLinkPhone()); |
|
|
|
|
stationArrivedByLineStationVO.setLinkAddress(line.getLinkAddress()); |
|
|
|
|
stationArrivedByLineStationVO.setUnloadStatus(line.getUnloadStatus()); |
|
|
|
|
stationArrivedByLineStationVO.setAbnormalNum(line.getAbnormalNum()); |
|
|
|
|
stationArrivedByLineStationVO.setUnloadNumber(line.getUnloadNumber()); |
|
|
|
|
stationArrivedByLineStationVO.setNowTransportCost(line.getNowTransportCost()); |
|
|
|
|
stationArrivedByLineStationVO.setOilCost(line.getOilCost()); |
|
|
|
|
stationArrivedByLineStationVO.setBackTransportCost(line.getBackTransportCost()); |
|
|
|
|
stationArrivedByLineStationVO.setReachTransportCost(line.getReachTransportCost()); |
|
|
|
|
stationArrivedByLineStationVO.setWholeCarInfoCost(line.getWholeCarInfoCost()); |
|
|
|
|
stationArrivedByLineStationVO.setWholeCarInsuranceCost(line.getWholeCarInsuranceCost()); |
|
|
|
|
stationArrivedByLineStationVO.setWholeCarGroundCost(line.getWholeCarGroundCost()); |
|
|
|
|
stationArrivedByLineStationVO.setHairWholeCost(line.getHairWholeCost()); |
|
|
|
|
stationArrivedByLineStationVO.setHairWholeOtherCost(line.getHairWholeOtherCost()); |
|
|
|
|
stationArrivedByLineStationVO.setUnloadCost(line.getUnloadCost()); |
|
|
|
|
stationArrivedByLineStationVO.setUnloadOtherCost(line.getUnloadOtherCost()); |
|
|
|
|
stationArrivedByLineStationVO.setFuel(line.getFuel()); |
|
|
|
|
stationArrivedByLineStationVO.setTollFee(line.getTollFee()); |
|
|
|
|
stationArrivedByLineStationVO.setSort(line.getSort()); |
|
|
|
|
stationArrivedByLineStationVOS.add(stationArrivedByLineStationVO); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
stationArrivedEnterVO.setStationArrivedByLineStationVOS(stationArrivedByLineStationVOS); |
|
|
|
|
nodeFanoutMsg.setMain(stationArrivedEnterVO); |
|
|
|
|
nodeFanoutMsg.setTenantId(AuthUtil.getTenantId()); |
|
|
|
|
return nodeFanoutMsg; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void stationArrivedEnter(NodeFanoutMsg<StationArrivedEnterVO> nodeFanoutMsg, BladeUser user) { |
|
|
|
|
try { |
|
|
|
|
rabbitTemplate.convertAndSend(FanoutConstants.trunkline.StationArrivedEnter.EXCHANGE, null, com.alibaba.fastjson.JSONObject.toJSONString(nodeFanoutMsg)); |
|
|
|
|
} catch (AmqpException e) { |
|
|
|
|
log.error(">>>>>>>>>>>>>>>>>>>>>>>>>> 站点卸车确认消息推送失败~ 请联系管理员! ", e); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|