|
|
@ -7,7 +7,6 @@ import cn.hutool.core.util.StrUtil; |
|
|
|
import cn.hutool.json.JSONUtil; |
|
|
|
import cn.hutool.json.JSONUtil; |
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.toolkit.ObjectUtils; |
|
|
|
import com.baomidou.mybatisplus.core.toolkit.ObjectUtils; |
|
|
|
import com.baomidou.mybatisplus.core.toolkit.StringUtils; |
|
|
|
import com.baomidou.mybatisplus.core.toolkit.StringUtils; |
|
|
|
import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
|
|
|
import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
|
|
@ -22,61 +21,10 @@ import com.logpm.distribution.dto.PushInstallDTO; |
|
|
|
import com.logpm.distribution.dto.app.DistrilbutionloadingscanDTO; |
|
|
|
import com.logpm.distribution.dto.app.DistrilbutionloadingscanDTO; |
|
|
|
import com.logpm.distribution.dto.app.StockupDTO; |
|
|
|
import com.logpm.distribution.dto.app.StockupDTO; |
|
|
|
import com.logpm.distribution.dto.app.StockupZeroDTO; |
|
|
|
import com.logpm.distribution.dto.app.StockupZeroDTO; |
|
|
|
import com.logpm.distribution.entity.DisStockListDetailEntity; |
|
|
|
import com.logpm.distribution.entity.*; |
|
|
|
import com.logpm.distribution.entity.DistributionBillLadingScanEntity; |
|
|
|
import com.logpm.distribution.mapper.*; |
|
|
|
import com.logpm.distribution.entity.DistributionDeliveryDetailsEntity; |
|
|
|
import com.logpm.distribution.service.*; |
|
|
|
import com.logpm.distribution.entity.DistributionDeliveryListEntity; |
|
|
|
import com.logpm.distribution.vo.*; |
|
|
|
import com.logpm.distribution.entity.DistributionLoadscanEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionLoadscaninvnEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionParcelListEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionParcelNumberEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionPrintEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionReservationEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionReservationPackageEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionReservationStockarticleEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionReservationStocklistEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionReservationZeroPackageEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionSignforEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionStockArticleEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionStockEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionStockListEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionStockupEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistributionStockupInfoEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistrilbutionBillLadingEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistrilbutionBillPackageEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.entity.DistrilbutionBillStockEntity; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionBillLadingScanMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionDeliveryDetailsMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionDeliveryListMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionLoadscanMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionLoadscaninvnMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionParcelListMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionReservationMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionReservationPackageMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionReservationStockarticleMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionReservationStocklistMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionSignforMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionStockListMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionStockMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionStockupInfoMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistributionStockupMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.mapper.DistrilbutionBillLadingMapper; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDisStockListDetailService; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDistributionAsyncService; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDistributionDeliveryDetailsService; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDistributionParcelNumberService; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDistributionPrintService; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDistributionReservationStockarticleService; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDistributionReservationStocklistService; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDistributionReservationZeroPackageService; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDistributionStockArticleService; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDistrilbutionBillPackageService; |
|
|
|
|
|
|
|
import com.logpm.distribution.service.IDistrilbutionBillStockService; |
|
|
|
|
|
|
|
import com.logpm.distribution.vo.DistributionParcelNumberVO; |
|
|
|
|
|
|
|
import com.logpm.distribution.vo.DistributionSignPrintVO; |
|
|
|
|
|
|
|
import com.logpm.distribution.vo.DistributionStockPackageVO; |
|
|
|
|
|
|
|
import com.logpm.distribution.vo.DistributionStockupSelfVO; |
|
|
|
|
|
|
|
import com.logpm.distribution.vo.DistrilbutionBillStockVO; |
|
|
|
|
|
|
|
import com.logpm.factory.comfac.dto.OrderStatusDTO; |
|
|
|
import com.logpm.factory.comfac.dto.OrderStatusDTO; |
|
|
|
import com.logpm.factory.mt.dto.MtReceiveContentDTO; |
|
|
|
import com.logpm.factory.mt.dto.MtReceiveContentDTO; |
|
|
|
import com.logpm.factory.mt.dto.MtReceiveDTO; |
|
|
|
import com.logpm.factory.mt.dto.MtReceiveDTO; |
|
|
@ -95,11 +43,9 @@ import com.logpm.warehouse.feign.IWarehouseUpdownTypeClient; |
|
|
|
import com.logpm.warehouse.feign.IWarehouseWaybillClient; |
|
|
|
import com.logpm.warehouse.feign.IWarehouseWaybillClient; |
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
import lombok.extern.log4j.Log4j2; |
|
|
|
import lombok.extern.log4j.Log4j2; |
|
|
|
import org.springblade.common.annotations.ChangeAsync; |
|
|
|
|
|
|
|
import org.springblade.common.annotations.LogpmAsync; |
|
|
|
import org.springblade.common.annotations.LogpmAsync; |
|
|
|
import org.springblade.common.constant.DistributionTypeConstant; |
|
|
|
import org.springblade.common.constant.DistributionTypeConstant; |
|
|
|
import org.springblade.common.constant.Inventory.InventoryLoadingStatusConstant; |
|
|
|
import org.springblade.common.constant.Inventory.InventoryLoadingStatusConstant; |
|
|
|
import org.springblade.common.constant.Inventory.InventoryPackageStatusConstant; |
|
|
|
|
|
|
|
import org.springblade.common.constant.Inventory.InventorySigningStatusConstant; |
|
|
|
import org.springblade.common.constant.Inventory.InventorySigningStatusConstant; |
|
|
|
import org.springblade.common.constant.RabbitConstant; |
|
|
|
import org.springblade.common.constant.RabbitConstant; |
|
|
|
import org.springblade.common.constant.WorkNodeEnums; |
|
|
|
import org.springblade.common.constant.WorkNodeEnums; |
|
|
@ -114,19 +60,9 @@ import org.springblade.common.constant.orderpackage.OrderPackageLoadingStatusCon |
|
|
|
import org.springblade.common.constant.orderpackage.OrderPackageReservationStatusConstant; |
|
|
|
import org.springblade.common.constant.orderpackage.OrderPackageReservationStatusConstant; |
|
|
|
import org.springblade.common.constant.orderpackage.OrderPackageStatusConstant; |
|
|
|
import org.springblade.common.constant.orderpackage.OrderPackageStatusConstant; |
|
|
|
import org.springblade.common.constant.orderpackage.OrderPackageStockupStatusConstant; |
|
|
|
import org.springblade.common.constant.orderpackage.OrderPackageStockupStatusConstant; |
|
|
|
import org.springblade.common.constant.reservation.ReservationInventoryLoadingStatusConstant; |
|
|
|
import org.springblade.common.constant.reservation.*; |
|
|
|
import org.springblade.common.constant.reservation.ReservationInventorySigningStatusConstant; |
|
|
|
|
|
|
|
import org.springblade.common.constant.reservation.ReservationInventoryStatusConstant; |
|
|
|
|
|
|
|
import org.springblade.common.constant.reservation.ReservationLoadingStatusConstant; |
|
|
|
|
|
|
|
import org.springblade.common.constant.reservation.ReservationOrderStatusConstant; |
|
|
|
|
|
|
|
import org.springblade.common.constant.reservation.ReservationPackageStatusConstant; |
|
|
|
|
|
|
|
import org.springblade.common.constant.reservation.ReservationSigningStatusConstant; |
|
|
|
|
|
|
|
import org.springblade.common.constant.reservation.ReservationStatusConstant; |
|
|
|
|
|
|
|
import org.springblade.common.constant.reservation.ReservationStockupStatusConstant; |
|
|
|
|
|
|
|
import org.springblade.common.constant.signing.SignforStatusConstant; |
|
|
|
|
|
|
|
import org.springblade.common.constant.stockup.StockupStatusConstant; |
|
|
|
import org.springblade.common.constant.stockup.StockupStatusConstant; |
|
|
|
import org.springblade.common.constant.stockup.StockupTypeConstant; |
|
|
|
import org.springblade.common.constant.stockup.StockupTypeConstant; |
|
|
|
import org.springblade.common.exception.CustomerException; |
|
|
|
|
|
|
|
import org.springblade.core.log.exception.ServiceException; |
|
|
|
import org.springblade.core.log.exception.ServiceException; |
|
|
|
import org.springblade.core.secure.BladeUser; |
|
|
|
import org.springblade.core.secure.BladeUser; |
|
|
|
import org.springblade.core.secure.utils.AuthUtil; |
|
|
|
import org.springblade.core.secure.utils.AuthUtil; |
|
|
@ -138,15 +74,7 @@ import org.springframework.transaction.annotation.Isolation; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
|
|
|
|
import java.text.SimpleDateFormat; |
|
|
|
import java.text.SimpleDateFormat; |
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.*; |
|
|
|
import java.util.Arrays; |
|
|
|
|
|
|
|
import java.util.Collections; |
|
|
|
|
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
import java.util.HashMap; |
|
|
|
|
|
|
|
import java.util.Iterator; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
import java.util.Objects; |
|
|
|
|
|
|
|
import java.util.concurrent.atomic.AtomicBoolean; |
|
|
|
import java.util.concurrent.atomic.AtomicBoolean; |
|
|
|
import java.util.concurrent.atomic.AtomicInteger; |
|
|
|
import java.util.concurrent.atomic.AtomicInteger; |
|
|
|
import java.util.concurrent.atomic.AtomicReference; |
|
|
|
import java.util.concurrent.atomic.AtomicReference; |
|
|
@ -191,20 +119,16 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
private final IDistrilbutionBillPackageService billPackageService; |
|
|
|
private final IDistrilbutionBillPackageService billPackageService; |
|
|
|
private final IDistributionReservationZeroPackageService zeroPackageService; |
|
|
|
private final IDistributionReservationZeroPackageService zeroPackageService; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private final ITrunklineWaybillTrackClient trunklineWaybillTrackClient; |
|
|
|
private final ITrunklineWaybillTrackClient trunklineWaybillTrackClient; |
|
|
|
private final IWarehouseWaybillClient waybillClient; |
|
|
|
private final IWarehouseWaybillClient waybillClient; |
|
|
|
private final FactoryDataMessageSender factoryDataMessageSender; |
|
|
|
private final FactoryDataMessageSender factoryDataMessageSender; |
|
|
|
private final RabbitTemplate rabbitTemplate; |
|
|
|
private final RabbitTemplate rabbitTemplate; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private final ISysClient sysClient; |
|
|
|
|
|
|
|
private final ITrunklinePackageTrackLogClient trunklinePackageTrackLogClient; |
|
|
|
private final ITrunklinePackageTrackLogClient trunklinePackageTrackLogClient; |
|
|
|
private final IDistributionPrintService distributionPrintService; |
|
|
|
private final IDistributionPrintService distributionPrintService; |
|
|
|
private final IBasicdataClientClient basicdataClientClient; |
|
|
|
private final IBasicdataClientClient basicdataClientClient; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// private final
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
@ -233,32 +157,6 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
return distributionParcelListService.updateById(entity); |
|
|
|
return distributionParcelListService.updateById(entity); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 修改订单状态 |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param id |
|
|
|
|
|
|
|
* @return |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
|
|
|
public Boolean updateOrderSelfPickup(Long id) { |
|
|
|
|
|
|
|
DistributionStockArticleEntity entity = new DistributionStockArticleEntity(); |
|
|
|
|
|
|
|
entity.setId(id); |
|
|
|
|
|
|
|
entity.setOrderStatus(OrderStatusConstant.qianshou.getValue()); |
|
|
|
|
|
|
|
return distributionStockArticleService.updateById(entity); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
|
|
|
public Boolean getInventorySelfPickup(Long id) { |
|
|
|
|
|
|
|
DistributionStockEntity distributionStock = new DistributionStockEntity(); |
|
|
|
|
|
|
|
distributionStock.setId(id); |
|
|
|
|
|
|
|
distributionStock.setOutboundType("3"); |
|
|
|
|
|
|
|
int i = distributionStockService.updateById(distributionStock); |
|
|
|
|
|
|
|
return i > 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
@ -297,7 +195,11 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
if (byId.getStockupStatus().equals(OrderStockupStatusConstant.daibeihuo.getValue())) { |
|
|
|
if (byId.getStockupStatus().equals(OrderStockupStatusConstant.daibeihuo.getValue())) { |
|
|
|
//
|
|
|
|
//
|
|
|
|
byId.setStockupStatus(OrderStockupStatusConstant.bufenbeihuo.getValue()); |
|
|
|
byId.setStockupStatus(OrderStockupStatusConstant.bufenbeihuo.getValue()); |
|
|
|
boolean b = distributionStockArticleService.updateById(byId); |
|
|
|
|
|
|
|
|
|
|
|
DistributionStockArticleEntity t = new DistributionStockArticleEntity(); |
|
|
|
|
|
|
|
t.setId(id); |
|
|
|
|
|
|
|
t.setStockupStatus(byId.getStockupStatus()); |
|
|
|
|
|
|
|
boolean b = distributionStockArticleService.updateById(t); |
|
|
|
log.debug("###执行结果={}", b); |
|
|
|
log.debug("###执行结果={}", b); |
|
|
|
} else if ("1".equals(byId.getStockupStatus())) { |
|
|
|
} else if ("1".equals(byId.getStockupStatus())) { |
|
|
|
List<DistributionParcelListEntity> distributionParcelListEntities = distributionParcelListMapper.selectList(Wrappers.<DistributionParcelListEntity>query().lambda() |
|
|
|
List<DistributionParcelListEntity> distributionParcelListEntities = distributionParcelListMapper.selectList(Wrappers.<DistributionParcelListEntity>query().lambda() |
|
|
@ -306,7 +208,11 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
int sum = distributionParcelListEntities.stream().filter(i -> i.getOrderPackageStockupStatus().equals(OrderPackageStockupStatusConstant.daibeihuo.getValue())).collect(Collectors.toList()).stream().mapToInt(DistributionParcelListEntity::getQuantity).sum(); |
|
|
|
int sum = distributionParcelListEntities.stream().filter(i -> i.getOrderPackageStockupStatus().equals(OrderPackageStockupStatusConstant.daibeihuo.getValue())).collect(Collectors.toList()).stream().mapToInt(DistributionParcelListEntity::getQuantity).sum(); |
|
|
|
if (sum == 0 && byId.getStockupStatus().equals(OrderStockupStatusConstant.bufenbeihuo.getValue())) { |
|
|
|
if (sum == 0 && byId.getStockupStatus().equals(OrderStockupStatusConstant.bufenbeihuo.getValue())) { |
|
|
|
byId.setStockupStatus(OrderStockupStatusConstant.yibeihu.getValue()); |
|
|
|
byId.setStockupStatus(OrderStockupStatusConstant.yibeihu.getValue()); |
|
|
|
boolean b = distributionStockArticleService.updateById(byId); |
|
|
|
|
|
|
|
|
|
|
|
DistributionStockArticleEntity t = new DistributionStockArticleEntity(); |
|
|
|
|
|
|
|
t.setId(id); |
|
|
|
|
|
|
|
t.setStockupStatus(byId.getStockupStatus()); |
|
|
|
|
|
|
|
boolean b = distributionStockArticleService.updateById(t); |
|
|
|
log.debug("###执行结果={}", b); |
|
|
|
log.debug("###执行结果={}", b); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -323,18 +229,19 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
log.debug("####修改包件预约状态"); |
|
|
|
log.debug("####修改包件预约状态"); |
|
|
|
ids.forEach(i -> { |
|
|
|
ids.forEach(i -> { |
|
|
|
DistributionParcelListEntity distributionParcelListEntity = new DistributionParcelListEntity(); |
|
|
|
DistributionParcelListEntity distributionParcelListEntity = new DistributionParcelListEntity(); |
|
|
|
if ("1".equals(distributionParcelListEntity.getConditions())) { |
|
|
|
distributionParcelListEntity.setId(i); |
|
|
|
distributionParcelListEntity.setId(i); |
|
|
|
if (1==distributionParcelListEntity.getConditions()) { |
|
|
|
distributionParcelListEntity.setOrderPackageReservationStatus(OrderPackageReservationStatusConstant.yiyueyue.getValue()); |
|
|
|
distributionParcelListEntity.setOrderPackageReservationStatus(OrderPackageReservationStatusConstant.yiyueyue.getValue()); |
|
|
|
int i1 = distributionParcelListMapper.updateById(distributionParcelListEntity); |
|
|
|
int i1 = distributionParcelListMapper.updateById(distributionParcelListEntity); |
|
|
|
log.debug("####修改包件预约数量===={}", i1); |
|
|
|
log.debug("####修改包件预约数量===={}", i1); |
|
|
|
} else if ("3".equals(distributionParcelListEntity.getConditions())) { |
|
|
|
} else if (3==distributionParcelListEntity.getConditions()) { |
|
|
|
DistributionParcelNumberEntity distributionParcelNumberEntity = distributionParcelNumberService.getOne(Wrappers.<DistributionParcelNumberEntity>query().lambda() |
|
|
|
DistributionParcelNumberEntity distributionParcelNumberEntity = distributionParcelNumberService.getOne(Wrappers.<DistributionParcelNumberEntity>query().lambda() |
|
|
|
.eq(DistributionParcelNumberEntity::getParcelListId, i) |
|
|
|
.eq(DistributionParcelNumberEntity::getParcelListId, i) |
|
|
|
); |
|
|
|
); |
|
|
|
if (distributionParcelNumberEntity.getQuantity() == (distributionParcelNumberEntity.getDeliveryQuantity() + distributionParcelNumberEntity.getOutboundQuantity())) { |
|
|
|
if (distributionParcelNumberEntity.getQuantity() == (distributionParcelNumberEntity.getDeliveryQuantity() + distributionParcelNumberEntity.getOutboundQuantity())) { |
|
|
|
log.debug("####修改包件预约数量===={}", i); |
|
|
|
log.debug("####修改包件预约数量===={}", i); |
|
|
|
distributionParcelListEntity.setId(i); |
|
|
|
distributionParcelListEntity.setOrderPackageReservationStatus(OrderPackageReservationStatusConstant.yiyueyue.getValue()); |
|
|
|
|
|
|
|
|
|
|
|
int i1 = distributionParcelListMapper.updateById(distributionParcelListEntity); |
|
|
|
int i1 = distributionParcelListMapper.updateById(distributionParcelListEntity); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -386,336 +293,6 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
|
|
|
public void changeDiscussDeliveryListStatus(String barcode, Long deliveryId) { |
|
|
|
|
|
|
|
//这里需要查询出该包件
|
|
|
|
|
|
|
|
DistributionParcelListEntity parcelListEntity = distributionDeliveryListMapper.getLoadingPackageDetails(barcode, deliveryId); |
|
|
|
|
|
|
|
parcelListEntity.setOrderPackageLoadingStatus(OrderPackageLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
parcelListEntity.setOrderPackageStatus(OrderPackageStatusConstant.yichuku.getValue()); |
|
|
|
|
|
|
|
//修改包件状态
|
|
|
|
|
|
|
|
distributionParcelListService.updateById(parcelListEntity); |
|
|
|
|
|
|
|
DistributionDeliveryListEntity deliveryListEntity = distributionDeliveryListMapper.selectOne(Wrappers.<DistributionDeliveryListEntity>query().lambda().eq(DistributionDeliveryListEntity::getId, deliveryId)); |
|
|
|
|
|
|
|
List<DistributionParcelListEntity> parcelListEntityList = distributionParcelListService.getBaseMapper().selectList(Wrappers.<DistributionParcelListEntity>query().lambda().eq(DistributionParcelListEntity::getStockArticleId, parcelListEntity.getStockArticleId())); |
|
|
|
|
|
|
|
boolean flag = parcelListEntityList.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleService.getById(parcelListEntity.getStockArticleId()); |
|
|
|
|
|
|
|
//维护包件、订单扫描装车状态
|
|
|
|
|
|
|
|
if (flag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.chuku.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
flag = parcelListEntityList.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.weizhuancghe.getValue())); |
|
|
|
|
|
|
|
if (flag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.ruku.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.bufenchuku.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionStockArticleService.updateById(stockArticleEntity); |
|
|
|
|
|
|
|
//维护包件、预约的扫描状态
|
|
|
|
|
|
|
|
//查询出配送任务下的所有包件
|
|
|
|
|
|
|
|
List<DistributionParcelListEntity> deliveryParcelListEntityList = distributionDeliveryListMapper.selectPackageListByDeliveryListId(deliveryId); |
|
|
|
|
|
|
|
boolean deliveryLoadingFlag = deliveryParcelListEntityList.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
if (deliveryLoadingFlag) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryListLoadingStatus(DeliveryLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
deliveryLoadingFlag = deliveryParcelListEntityList.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.weizhuancghe.getValue())); |
|
|
|
|
|
|
|
if (deliveryLoadingFlag) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryListLoadingStatus(DeliveryLoadingStatusConstant.weizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryListLoadingStatus(DeliveryLoadingStatusConstant.bunfenzhuangche.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionDeliveryListMapper.updateById(deliveryListEntity); |
|
|
|
|
|
|
|
List<DistributionReservationEntity> reservationEntityList = distributionDeliveryListMapper.selectReservationByDeliveryListId(deliveryId); |
|
|
|
|
|
|
|
reservationEntityList.forEach(r -> { |
|
|
|
|
|
|
|
//查询预约下的所有包件信息
|
|
|
|
|
|
|
|
List<DistributionParcelListEntity> parcelListEntities = distributionReservationMapper.selectPackageListByReservationId(r.getId()); |
|
|
|
|
|
|
|
boolean reservationLoadingFlag = parcelListEntities.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
if (reservationLoadingFlag) { |
|
|
|
|
|
|
|
r.setLoadingStatus(ReservationLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
reservationLoadingFlag = parcelListEntities.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.weizhuancghe.getValue())); |
|
|
|
|
|
|
|
if (reservationLoadingFlag) { |
|
|
|
|
|
|
|
r.setLoadingStatus(ReservationLoadingStatusConstant.daizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
r.setLoadingStatus(ReservationLoadingStatusConstant.bufenzhuangche.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionReservationMapper.updateById(r); |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
|
|
|
public void changeMarketDeliveryListStatus(String barcode, Long deliveryId, Long reservationId) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//查询库存品
|
|
|
|
|
|
|
|
DisStockListDetailEntity loadingInventoryDetail = distributionDeliveryListMapper.getLoadingInventoryDetail(barcode, deliveryId); |
|
|
|
|
|
|
|
loadingInventoryDetail.setStockLockingStatus(InventoryLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
disStockListDetailService.updateById(loadingInventoryDetail); |
|
|
|
|
|
|
|
// DistributionStockListEntity stockListEntity = distributionStockListMapper.selectOne(Wrappers.<DistributionStockListEntity>query().lambda().eq(DistributionStockListEntity::getId, loadingInventoryDetail.getStockListId()));
|
|
|
|
|
|
|
|
// stockListEntity.setQuantityStock(stockListEntity.getQuantityStock() - loadingInventoryDetail.getNum());
|
|
|
|
|
|
|
|
// stockListEntity.setQuantityOccupied(stockListEntity.getQuantityOccupied() - loadingInventoryDetail.getNum());
|
|
|
|
|
|
|
|
// stockListEntity.setOutboundQuantity(stockListEntity.getOutboundQuantity() + loadingInventoryDetail.getNum());
|
|
|
|
|
|
|
|
// distributionStockListMapper.updateById(stockListEntity);
|
|
|
|
|
|
|
|
//查询出这个库存品的所有需要装车的包件维度库存品
|
|
|
|
|
|
|
|
List<DisStockListDetailEntity> list = disStockListDetailService.list(Wrappers.<DisStockListDetailEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DisStockListDetailEntity::getReservationId, loadingInventoryDetail.getReservationId()) |
|
|
|
|
|
|
|
.eq(DisStockListDetailEntity::getStockListId, loadingInventoryDetail.getStockListId()) |
|
|
|
|
|
|
|
.ne(DisStockListDetailEntity::getStockPackageStatus, InventoryPackageStatusConstant.quxiao.getValue())); |
|
|
|
|
|
|
|
boolean inventoryFlag = list.stream().allMatch(l -> l.getStockLockingStatus().equals(InventoryLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
List<DistributionReservationStocklistEntity> reservationStockarticleEntityList = distributionReservationStocklistMapper.selectList(Wrappers.<DistributionReservationStocklistEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DistributionReservationStocklistEntity::getReservationId, loadingInventoryDetail.getReservationId()) |
|
|
|
|
|
|
|
.eq(DistributionReservationStocklistEntity::getStocklistId, loadingInventoryDetail.getStockListId()) |
|
|
|
|
|
|
|
.ne(DistributionReservationStocklistEntity::getStockListStatus, ReservationInventoryStatusConstant.quxiao.getValue())); |
|
|
|
|
|
|
|
if (reservationStockarticleEntityList.size() == 1) { |
|
|
|
|
|
|
|
//修改状态
|
|
|
|
|
|
|
|
DistributionReservationStocklistEntity reservationStockarticleEntity = reservationStockarticleEntityList.get(0); |
|
|
|
|
|
|
|
if (inventoryFlag) { |
|
|
|
|
|
|
|
//查询出库存品进行全部状态的变更
|
|
|
|
|
|
|
|
reservationStockarticleEntity.setLoadingStatus(ReservationInventoryLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
inventoryFlag = list.stream().allMatch(l -> l.getStockLockingStatus().equals(InventoryLoadingStatusConstant.weizhuangche.getValue())); |
|
|
|
|
|
|
|
if (inventoryFlag) { |
|
|
|
|
|
|
|
reservationStockarticleEntity.setLoadingStatus(ReservationInventoryLoadingStatusConstant.weizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
reservationStockarticleEntity.setLoadingStatus(ReservationInventoryLoadingStatusConstant.bufenzhuangche.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionReservationStocklistMapper.updateById(reservationStockarticleEntity); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
log.error("####库存品记录错误+{" + reservationStockarticleEntityList + "}"); |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
checkReservationAndDeliveryLoadingStatus(deliveryId, reservationId); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
|
|
|
public void checkDeliverySignStatus(String barcode, Long deliveryId) { |
|
|
|
|
|
|
|
//这里需要查询出该包件
|
|
|
|
|
|
|
|
DistributionParcelListEntity parcelListEntity = distributionDeliveryListMapper.getLoadingPackageDetails(barcode, deliveryId); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (Func.isNotEmpty(parcelListEntity)) { |
|
|
|
|
|
|
|
parcelListEntity.setOrderPackageLoadingStatus(OrderPackageLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
parcelListEntity.setOrderPackageStatus(OrderPackageStatusConstant.yiqianshou.getValue()); |
|
|
|
|
|
|
|
//修改包件状态
|
|
|
|
|
|
|
|
distributionParcelListService.updateById(parcelListEntity); |
|
|
|
|
|
|
|
// DistributionDeliveryListEntity deliveryListEntity = distributionDeliveryListMapper.selectOne(Wrappers.<DistributionDeliveryListEntity>query().lambda().eq(DistributionDeliveryListEntity::getId, deliveryId));
|
|
|
|
|
|
|
|
List<DistributionParcelListEntity> parcelListEntityList = distributionParcelListService.getBaseMapper().selectList(Wrappers.<DistributionParcelListEntity>query().lambda().eq(DistributionParcelListEntity::getStockArticleId, parcelListEntity.getStockArticleId())); |
|
|
|
|
|
|
|
boolean packageLoadingFlag = parcelListEntityList.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
boolean packageSigningFlag = parcelListEntityList.stream().allMatch(p -> p.getOrderPackageStatus().equals(OrderPackageStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleService.getById(parcelListEntity.getStockArticleId()); |
|
|
|
|
|
|
|
//维护包件、订单扫描装车状态
|
|
|
|
|
|
|
|
if (packageLoadingFlag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.chuku.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
packageLoadingFlag = parcelListEntityList.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.weizhuancghe.getValue())); |
|
|
|
|
|
|
|
if (packageLoadingFlag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.ruku.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.bufenchuku.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (packageSigningFlag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.qianshou.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.bufenqianshou.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionStockArticleService.updateById(stockArticleEntity); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
//查询库存品
|
|
|
|
|
|
|
|
DisStockListDetailEntity loadingInventoryDetail = distributionDeliveryListMapper.getLoadingInventoryDetail(barcode, deliveryId); |
|
|
|
|
|
|
|
loadingInventoryDetail.setStockLockingStatus(InventoryLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
loadingInventoryDetail.setStockSignfoStatus(InventorySigningStatusConstant.yiqianshou.getValue()); |
|
|
|
|
|
|
|
disStockListDetailService.updateById(loadingInventoryDetail); |
|
|
|
|
|
|
|
// DistributionStockListEntity stockListEntity = distributionStockListMapper.selectOne(Wrappers.<DistributionStockListEntity>query().lambda().eq(DistributionStockListEntity::getId, loadingInventoryDetail.getStockListId()));
|
|
|
|
|
|
|
|
// stockListEntity.setQuantityStock(stockListEntity.getQuantityStock() - loadingInventoryDetail.getNum());
|
|
|
|
|
|
|
|
// stockListEntity.setQuantityOccupied(stockListEntity.getQuantityOccupied() - loadingInventoryDetail.getNum());
|
|
|
|
|
|
|
|
// stockListEntity.setOutboundQuantity(stockListEntity.getOutboundQuantity() + loadingInventoryDetail.getNum());
|
|
|
|
|
|
|
|
// distributionStockListMapper.updateById(stockListEntity);
|
|
|
|
|
|
|
|
//查询出这个库存品的所有需要装车的包件维度库存品
|
|
|
|
|
|
|
|
List<DisStockListDetailEntity> list = disStockListDetailService.list(Wrappers.<DisStockListDetailEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DisStockListDetailEntity::getReservationId, loadingInventoryDetail.getReservationId()) |
|
|
|
|
|
|
|
.eq(DisStockListDetailEntity::getStockListId, loadingInventoryDetail.getStockListId()) |
|
|
|
|
|
|
|
.ne(DisStockListDetailEntity::getStockPackageStatus, InventoryPackageStatusConstant.quxiao.getValue())); |
|
|
|
|
|
|
|
boolean inventoryLoadingFlag = list.stream().allMatch(l -> l.getStockLockingStatus().equals(InventoryLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
boolean inventorySigningFlag = list.stream().allMatch(l -> l.getStockSignfoStatus().equals(InventorySigningStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
List<DistributionReservationStocklistEntity> reservationStocklistEntityList = distributionReservationStocklistMapper.selectList(Wrappers.<DistributionReservationStocklistEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DistributionReservationStocklistEntity::getReservationId, loadingInventoryDetail.getReservationId()) |
|
|
|
|
|
|
|
.eq(DistributionReservationStocklistEntity::getStocklistId, loadingInventoryDetail.getStockListId()) |
|
|
|
|
|
|
|
.ne(DistributionReservationStocklistEntity::getStockListStatus, ReservationInventoryStatusConstant.quxiao.getValue())); |
|
|
|
|
|
|
|
if (reservationStocklistEntityList.size() == 1) { |
|
|
|
|
|
|
|
//修改状态
|
|
|
|
|
|
|
|
DistributionReservationStocklistEntity reservationStocklistEntity = reservationStocklistEntityList.get(0); |
|
|
|
|
|
|
|
if (inventoryLoadingFlag) { |
|
|
|
|
|
|
|
//查询出库存品进行全部状态的变更
|
|
|
|
|
|
|
|
reservationStocklistEntity.setLoadingStatus(ReservationInventoryLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
inventoryLoadingFlag = list.stream().allMatch(l -> l.getStockLockingStatus().equals(InventoryLoadingStatusConstant.weizhuangche.getValue())); |
|
|
|
|
|
|
|
if (inventoryLoadingFlag) { |
|
|
|
|
|
|
|
reservationStocklistEntity.setLoadingStatus(ReservationInventoryLoadingStatusConstant.weizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
reservationStocklistEntity.setLoadingStatus(ReservationInventoryLoadingStatusConstant.bufenzhuangche.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (inventorySigningFlag) { |
|
|
|
|
|
|
|
//查询出库存品进行全部状态的变更
|
|
|
|
|
|
|
|
reservationStocklistEntity.setSigningStatus(ReservationInventorySigningStatusConstant.yiqianshou.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
inventorySigningFlag = list.stream().allMatch(l -> l.getStockLockingStatus().equals(InventoryLoadingStatusConstant.weizhuangche.getValue())); |
|
|
|
|
|
|
|
if (inventorySigningFlag) { |
|
|
|
|
|
|
|
reservationStocklistEntity.setSigningStatus(ReservationInventorySigningStatusConstant.weiqianshou.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
reservationStocklistEntity.setSigningStatus(ReservationInventorySigningStatusConstant.bufenqianshou.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionReservationStocklistMapper.updateById(reservationStocklistEntity); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
log.error("####库存品记录错误+{" + reservationStocklistEntityList + "}"); |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
//查询出这个预约下的包件信息和库存品信息分别进行判断是否都完成装车
|
|
|
|
|
|
|
|
List<DistributionReservationEntity> reservationEntityList = distributionDeliveryListMapper.selectReservationByDeliveryListId(deliveryId); |
|
|
|
|
|
|
|
reservationEntityList.forEach(r -> { |
|
|
|
|
|
|
|
int reservationTotal = r.getReservationNum() + r.getReservationStockListNum(); |
|
|
|
|
|
|
|
//查询此预约的包件装车数和库存品装车数
|
|
|
|
|
|
|
|
Integer loadingNum = 0; |
|
|
|
|
|
|
|
Integer signNum = 0; |
|
|
|
|
|
|
|
List<DistributionLoadscanEntity> loadscanEntityList = distributionLoadscanMapper.selectList(Wrappers.<DistributionLoadscanEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DistributionLoadscanEntity::getReservationId, r.getId()) |
|
|
|
|
|
|
|
.ne(DistributionLoadscanEntity::getScanStatus, LoadingStatusConstant.quxiao.getValue()) |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
if (Func.isNotEmpty(loadscanEntityList)) { |
|
|
|
|
|
|
|
loadingNum += loadscanEntityList.stream().mapToInt(DistributionLoadscanEntity::getLoadedNub).sum(); |
|
|
|
|
|
|
|
signNum += loadscanEntityList.stream().filter(l -> l.getSignforState().equals(Integer.parseInt(SignforStatusConstant.yiqianshou.getValue()))).mapToInt(DistributionLoadscanEntity::getReceivedQuantity).sum(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
List<DistributionLoadscaninvnEntity> loadscaninvnEntityList = distributionLoadscaninvnMapper.selectList(Wrappers.<DistributionLoadscaninvnEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DistributionLoadscaninvnEntity::getReservationId, r.getId()) |
|
|
|
|
|
|
|
.ne(DistributionLoadscaninvnEntity::getScanStatus, LoadingStatusConstant.quxiao.getValue()) |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
if (Func.isNotEmpty(loadscanEntityList)) { |
|
|
|
|
|
|
|
loadingNum += loadscaninvnEntityList.stream().mapToInt(DistributionLoadscaninvnEntity::getLoadedNub).sum(); |
|
|
|
|
|
|
|
signNum += loadscaninvnEntityList.stream().filter(l -> l.getSignforState().equals(Integer.parseInt(SignforStatusConstant.yiqianshou.getValue()))).mapToInt(DistributionLoadscaninvnEntity::getReceivedQuantity).sum(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (loadingNum == reservationTotal) { |
|
|
|
|
|
|
|
r.setLoadingStatus(ReservationLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
} else if (reservationTotal > loadingNum && loadingNum > 0) { |
|
|
|
|
|
|
|
r.setLoadingStatus(ReservationLoadingStatusConstant.bufenzhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
r.setLoadingStatus(ReservationLoadingStatusConstant.daizhuangche.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (signNum == reservationTotal) { |
|
|
|
|
|
|
|
r.setSigningStatus(ReservationSigningStatusConstant.yiqianshou.getValue()); |
|
|
|
|
|
|
|
} else if (reservationTotal > signNum && signNum > 0) { |
|
|
|
|
|
|
|
r.setSigningStatus(ReservationSigningStatusConstant.bufenqianshou.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
r.setSigningStatus(ReservationSigningStatusConstant.daiqianshou.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// //查询预约下的所有包件信息
|
|
|
|
|
|
|
|
// List<DistributionParcelListEntity> parcelListEntities = distributionReservationMapper.selectPackageListByReservationId(r.getId());
|
|
|
|
|
|
|
|
// boolean reservationLoadingFlag = parcelListEntities.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(InventoryLoadingStatusConstant.yizhuangche.getValue()));
|
|
|
|
|
|
|
|
// List<DistributionReservationStocklistEntity> distributionReservationStocklistEntities = distributionReservationStocklistMapper.selectList(Wrappers.<DistributionReservationStocklistEntity>query().lambda()
|
|
|
|
|
|
|
|
// .eq(DistributionReservationStocklistEntity::getReservationId, r.getId())
|
|
|
|
|
|
|
|
// .ne(DistributionReservationStocklistEntity::getStockListStatus, ReservationInventoryStatusConstant.quxiao.getValue()));
|
|
|
|
|
|
|
|
// boolean inventoryLoadingFlag = distributionReservationStocklistEntities.stream().allMatch(i -> i.getLoadingStatus().equals(ReservationInventoryLoadingStatusConstant.yizhuangche.getValue()));
|
|
|
|
|
|
|
|
// if (reservationLoadingFlag && inventoryLoadingFlag) {
|
|
|
|
|
|
|
|
// r.setLoadingStatus(ReservationLoadingStatusConstant.yizhuangche.getValue());
|
|
|
|
|
|
|
|
// } else {
|
|
|
|
|
|
|
|
// reservationLoadingFlag = parcelListEntities.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.weizhuancghe.getValue()));
|
|
|
|
|
|
|
|
// inventoryLoadingFlag = distributionReservationStocklistEntities.stream().allMatch(i -> i.getLoadingStatus().equals(ReservationInventoryLoadingStatusConstant.weizhuangche.getValue()));
|
|
|
|
|
|
|
|
// if (reservationLoadingFlag && inventoryLoadingFlag) {
|
|
|
|
|
|
|
|
// r.setLoadingStatus(ReservationLoadingStatusConstant.daizhuangche.getValue());
|
|
|
|
|
|
|
|
// } else {
|
|
|
|
|
|
|
|
// r.setLoadingStatus(ReservationLoadingStatusConstant.bufenzhuangche.getValue());
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// boolean inventorySigningFlag = distributionReservationStocklistEntities.stream().allMatch(i -> i.getSigningStatus().equals(ReservationInventorySigningStatusConstant.yiqianshou.getValue()));
|
|
|
|
|
|
|
|
// boolean reservationSigningFlag = parcelListEntities.stream().allMatch(p -> p.getOrderPackageStatus().equals(OrderPackageStatusConstant.yiqianshou.getValue()));
|
|
|
|
|
|
|
|
// if (inventorySigningFlag && reservationSigningFlag) {
|
|
|
|
|
|
|
|
// r.setSigningStatus(ReservationSigningStatusConstant.yiqianshou.getValue());
|
|
|
|
|
|
|
|
// } else {
|
|
|
|
|
|
|
|
// inventorySigningFlag = distributionReservationStocklistEntities.stream().allMatch(i -> !i.getSigningStatus().equals(ReservationInventorySigningStatusConstant.yiqianshou.getValue()));
|
|
|
|
|
|
|
|
// reservationSigningFlag = parcelListEntities.stream().allMatch(p -> !p.getOrderPackageStatus().equals(OrderPackageStatusConstant.yiqianshou.getValue()));
|
|
|
|
|
|
|
|
// if (inventorySigningFlag && reservationSigningFlag) {
|
|
|
|
|
|
|
|
// r.setSigningStatus(ReservationSigningStatusConstant.daiqianshou.getValue());
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// } else {
|
|
|
|
|
|
|
|
// r.setSigningStatus(ReservationSigningStatusConstant.bufenqianshou.getValue());
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
distributionReservationMapper.updateById(r); |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DistributionDeliveryListEntity deliveryListEntity = distributionDeliveryListMapper.selectOne(Wrappers.<DistributionDeliveryListEntity>query().lambda().eq(DistributionDeliveryListEntity::getId, deliveryId)); |
|
|
|
|
|
|
|
Integer delivertTotal = deliveryListEntity.getDeliveryNumber(); |
|
|
|
|
|
|
|
Integer deliverySigningNum = 0; |
|
|
|
|
|
|
|
List<DistributionLoadscanEntity> loadscanEntityList = distributionLoadscanMapper.selectList(Wrappers.<DistributionLoadscanEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DistributionLoadscanEntity::getDeliveryId, deliveryListEntity.getId()) |
|
|
|
|
|
|
|
.ne(DistributionLoadscanEntity::getScanStatus, LoadingStatusConstant.quxiao.getValue()) |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
if (Func.isNotEmpty(loadscanEntityList)) { |
|
|
|
|
|
|
|
deliverySigningNum += loadscanEntityList.stream().filter(l -> l.getSignforState().equals(Integer.parseInt(SignforStatusConstant.yiqianshou.getValue()))).mapToInt(DistributionLoadscanEntity::getReceivedQuantity).sum(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
List<DistributionLoadscaninvnEntity> loadscaninvnEntityList = distributionLoadscaninvnMapper.selectList(Wrappers.<DistributionLoadscaninvnEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DistributionLoadscaninvnEntity::getDeliveryId, deliveryListEntity.getId()) |
|
|
|
|
|
|
|
.ne(DistributionLoadscaninvnEntity::getScanStatus, LoadingStatusConstant.quxiao.getValue()) |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
if (Func.isNotEmpty(loadscanEntityList)) { |
|
|
|
|
|
|
|
deliverySigningNum += loadscaninvnEntityList.stream().filter(l -> l.getSignforState().equals(Integer.parseInt(SignforStatusConstant.yiqianshou.getValue()))).mapToInt(DistributionLoadscaninvnEntity::getReceivedQuantity).sum(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (deliverySigningNum.equals(delivertTotal)) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryStatus(DeliveryStatusConstant.yiwancheng.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryStatus(DeliveryStatusConstant.peisongzhong.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
distributionDeliveryListMapper.updateById(deliveryListEntity); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
|
|
|
public void checkDeliverySignStatusByReservation(Long deliveryId) { |
|
|
|
|
|
|
|
DistributionDeliveryListEntity deliveryListEntity = distributionDeliveryListMapper.selectById(deliveryId); |
|
|
|
|
|
|
|
//查询一个配送任务下的所有客户
|
|
|
|
|
|
|
|
List<DistributionReservationEntity> reservationEntityList = distributionDeliveryListMapper.selectReservationByDeliveryListId(deliveryId); |
|
|
|
|
|
|
|
boolean loadingStatusFlag = reservationEntityList.stream().allMatch(r -> r.getLoadingStatus().equals(ReservationLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
if (loadingStatusFlag) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryListLoadingStatus(DeliveryLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
loadingStatusFlag = reservationEntityList.stream().allMatch(r -> r.getLoadingStatus().equals(ReservationLoadingStatusConstant.daizhuangche.getValue())); |
|
|
|
|
|
|
|
if (loadingStatusFlag) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryListLoadingStatus(DeliveryLoadingStatusConstant.weizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryListLoadingStatus(DeliveryLoadingStatusConstant.bunfenzhuangche.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
boolean signingStatusFlag = reservationEntityList.stream().allMatch(r -> r.getSigningStatus().equals(ReservationSigningStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
if (signingStatusFlag) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryStatus(DeliveryStatusConstant.yiwancheng.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
loadingStatusFlag = reservationEntityList.stream().allMatch(r -> r.getLoadingStatus().equals(ReservationSigningStatusConstant.daiqianshou.getValue())); |
|
|
|
|
|
|
|
if (loadingStatusFlag) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryStatus(DeliveryStatusConstant.daipeisong.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryStatus(DeliveryStatusConstant.peisongzhong.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionDeliveryListMapper.updateById(deliveryListEntity); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 判断包件是否该下架 |
|
|
|
* 判断包件是否该下架 |
|
|
|
* |
|
|
|
* |
|
|
@ -912,83 +489,6 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public void checkLoadingByDelivery(Long deliveryId) { |
|
|
|
|
|
|
|
DistributionDeliveryListEntity deliveryListEntity = distributionDeliveryListMapper.selectById(deliveryId); |
|
|
|
|
|
|
|
if (Func.isNotEmpty(deliveryListEntity)) { |
|
|
|
|
|
|
|
List<DistributionParcelListEntity> deliveryParcelListEntities = distributionDeliveryListMapper.selectPackageListByDeliveryListId(deliveryId); |
|
|
|
|
|
|
|
boolean deliveryLoadingFlag = deliveryParcelListEntities.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
if (deliveryLoadingFlag) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryListLoadingStatus(DeliveryLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
deliveryLoadingFlag = deliveryParcelListEntities.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.weizhuancghe.getValue())); |
|
|
|
|
|
|
|
if (deliveryLoadingFlag) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryListLoadingStatus(DeliveryLoadingStatusConstant.weizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryListLoadingStatus(DeliveryLoadingStatusConstant.bunfenzhuangche.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionDeliveryListMapper.updateById(deliveryListEntity); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
List<DistributionReservationEntity> reservationEntityList = distributionDeliveryListMapper.selectReservationByDeliveryListId(deliveryId); |
|
|
|
|
|
|
|
if (Func.isNotEmpty(reservationEntityList) && !reservationEntityList.isEmpty()) { |
|
|
|
|
|
|
|
for (DistributionReservationEntity reservationEntity : reservationEntityList) { |
|
|
|
|
|
|
|
List<DistributionParcelListEntity> parcelListEntities = distributionReservationMapper.selectPackageListByReservationId(reservationEntity.getId()); |
|
|
|
|
|
|
|
Map<Long, List<DistributionParcelListEntity>> order = parcelListEntities.stream().collect(Collectors.groupingBy(DistributionParcelListEntity::getStockArticleId)); |
|
|
|
|
|
|
|
order.forEach((k, v) -> { |
|
|
|
|
|
|
|
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleService.getById(k); |
|
|
|
|
|
|
|
List<DistributionParcelListEntity> stockArticlePackageList = distributionParcelListService.list(Wrappers.<DistributionParcelListEntity>query().lambda().eq(DistributionParcelListEntity::getStockArticleId, k)); |
|
|
|
|
|
|
|
if (stockArticlePackageList.size() == v.size()) { |
|
|
|
|
|
|
|
boolean orderLoadingFlag = v.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
if (orderLoadingFlag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.chuku.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
orderLoadingFlag = v.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.weizhuancghe.getValue())); |
|
|
|
|
|
|
|
if (!orderLoadingFlag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.bufenchuku.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
boolean orderbufenLoadingFlag = v.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
if (orderbufenLoadingFlag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.bufenchuku.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionStockArticleService.updateById(stockArticleEntity); |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
boolean reservationLoadingFlag = parcelListEntities.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
if (reservationLoadingFlag) { |
|
|
|
|
|
|
|
reservationEntity.setLoadingStatus(ReservationLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
reservationLoadingFlag = parcelListEntities.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.weizhuancghe.getValue())); |
|
|
|
|
|
|
|
if (reservationLoadingFlag) { |
|
|
|
|
|
|
|
reservationEntity.setLoadingStatus(ReservationLoadingStatusConstant.daizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
reservationEntity.setLoadingStatus(ReservationLoadingStatusConstant.bufenzhuangche.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionReservationMapper.updateById(reservationEntity); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public void checkOrderLoadingStatus(Long orderId) { |
|
|
|
|
|
|
|
if (Func.isNotEmpty(orderId)) { |
|
|
|
|
|
|
|
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleService.getById(orderId); |
|
|
|
|
|
|
|
Integer orderLoadingNum = distributionLoadscanMapper.selectOrderLoadingNum(stockArticleEntity.getId()); |
|
|
|
|
|
|
|
if (Func.isNotEmpty(orderLoadingNum) && orderLoadingNum > 0) { |
|
|
|
|
|
|
|
if (stockArticleEntity.getTotalNumber().equals(orderLoadingNum)) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.chuku.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.bufenchuku.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionStockArticleService.updateById(stockArticleEntity); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
@Transactional |
|
|
|
public void checkReservationStatusAndLoadingStatusByPackage(Long packageId) { |
|
|
|
public void checkReservationStatusAndLoadingStatusByPackage(Long packageId) { |
|
|
@ -1447,21 +947,6 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
maintenanceDeliveryPackageNum(deliveryId); |
|
|
|
maintenanceDeliveryPackageNum(deliveryId); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public void updatepackageListLoadingStatus(List<DistributionParcelListEntity> updatePackageList, Long warehouseId) { |
|
|
|
|
|
|
|
List<Long> packageIds = updatePackageList.stream().map(DistributionParcelListEntity::getId).collect(Collectors.toList()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (Func.isNotEmpty(packageIds)) { |
|
|
|
|
|
|
|
Integer i = distributionParcelListMapper.updatePackageListByIds(packageIds); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
String collect = updatePackageList.stream().map(DistributionParcelListEntity::getOrderPackageCode).collect(Collectors.joining(",")); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(StringUtils.isNotBlank(collect)){ |
|
|
|
|
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(collect, warehouseId, "装车下架解托"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 进行批量下架
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
@Transactional |
|
|
@ -1966,47 +1451,6 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* @param l |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
@Transactional |
|
|
|
|
|
|
|
public void releaseBillLadingResource(Long l, Long warehouseId) { |
|
|
|
|
|
|
|
List<DistrilbutionBillPackageEntity> list = billPackageService.list(Wrappers.<DistrilbutionBillPackageEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DistrilbutionBillPackageEntity::getBillLadingId, l) |
|
|
|
|
|
|
|
.ne(DistrilbutionBillPackageEntity::getPacketBarStatus, 2) |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
if (Func.isNotEmpty(list)) { |
|
|
|
|
|
|
|
List<Long> ids = list.stream().map(DistrilbutionBillPackageEntity::getParceListId).collect(Collectors.toList()); |
|
|
|
|
|
|
|
//查询包件
|
|
|
|
|
|
|
|
List<DistributionParcelListEntity> distributionParcelListEntities = distributionParcelListService.listByIds(ids); |
|
|
|
|
|
|
|
List<Long> packageIds = distributionParcelListEntities.stream().filter(f -> !OrderPackageLoadingStatusConstant.yizhuangche.getValue().equals(f.getOrderPackageLoadingStatus()) || !OrderPackageStatusConstant.yiqianshou.getValue().equals(f.getOrderPackageStatus())).map(DistributionParcelListEntity::getId).collect(Collectors.toList()); |
|
|
|
|
|
|
|
if (Func.isNotEmpty(packageIds)) { |
|
|
|
|
|
|
|
distributionParcelListService.update(new UpdateWrapper<DistributionParcelListEntity>().lambda() |
|
|
|
|
|
|
|
.set(DistributionParcelListEntity::getOrderPackageReservationStatus, OrderPackageReservationStatusConstant.daiyuyue.getValue()) |
|
|
|
|
|
|
|
.set(DistributionParcelListEntity::getOrderPackageLoadingStatus, OrderPackageLoadingStatusConstant.weizhuancghe.getValue()) |
|
|
|
|
|
|
|
.set(DistributionParcelListEntity::getOrderPackageStatus, OrderPackageStatusConstant.yiruku.getValue()) |
|
|
|
|
|
|
|
.set(DistributionParcelListEntity::getOrderPackageStockupStatus, OrderPackageStockupStatusConstant.daibeihuo.getValue()) |
|
|
|
|
|
|
|
.in(DistributionParcelListEntity::getId, packageIds) |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
billPackageService.update(new UpdateWrapper<DistrilbutionBillPackageEntity>().lambda() |
|
|
|
|
|
|
|
.set(DistrilbutionBillPackageEntity::getPacketBarStatus, 2) |
|
|
|
|
|
|
|
.eq(DistrilbutionBillPackageEntity::getBillLadingId, l) |
|
|
|
|
|
|
|
.in(DistrilbutionBillPackageEntity::getParceListId, packageIds) |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
//增加释放日志
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
String collect = distributionParcelListEntities.stream().map(DistributionParcelListEntity::getOrderCode).distinct().collect(Collectors.joining(",")); |
|
|
|
|
|
|
|
distributionStockArticleService.maintenanceOrderInfo(collect, warehouseId); |
|
|
|
|
|
|
|
//维护自提单订单信息
|
|
|
|
|
|
|
|
distrilbutionBillStockService.maintenanceOrderInfo(l); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 定制品 修改备货时间 |
|
|
|
* 定制品 修改备货时间 |
|
|
@ -2461,140 +1905,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
|
|
|
public void checkStockArticleSignStatus(DistributionParcelListEntity parcelListEntity) { |
|
|
|
|
|
|
|
// parcelListEntity.setOrderPackageStatus(OrderPackageStatusConstant.yiqianshou.getValue());
|
|
|
|
|
|
|
|
// distributionParcelListService.updateById(parcelListEntity);
|
|
|
|
|
|
|
|
List<DistributionParcelListEntity> parcelListEntityList = distributionParcelListService.getBaseMapper().selectList(Wrappers.<DistributionParcelListEntity>query().lambda().eq(DistributionParcelListEntity::getStockArticleId, parcelListEntity.getStockArticleId())); |
|
|
|
|
|
|
|
boolean flag = parcelListEntityList.stream().allMatch(p -> p.getOrderPackageStatus().equals(OrderPackageStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleService.getById(parcelListEntity.getStockArticleId()); |
|
|
|
|
|
|
|
//通过包件的装车状态来维护订单的出库状态
|
|
|
|
|
|
|
|
if (flag) { |
|
|
|
|
|
|
|
//订单状态为已签收
|
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.qianshou.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
//订单状态为部分签收
|
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.bufenqianshou.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionStockArticleService.updateById(stockArticleEntity); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public void checkStockArticleListSigningStatus(DisStockListDetailEntity detailEntity) { |
|
|
|
|
|
|
|
List<DisStockListDetailEntity> list = disStockListDetailService.list(Wrappers.<DisStockListDetailEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DisStockListDetailEntity::getReservationId, detailEntity.getReservationId()) |
|
|
|
|
|
|
|
.eq(DisStockListDetailEntity::getStockListId, detailEntity.getStockListId()) |
|
|
|
|
|
|
|
.ne(DisStockListDetailEntity::getStockPackageStatus, ReservationInventoryStatusConstant.quxiao.getValue())); |
|
|
|
|
|
|
|
DistributionReservationStocklistEntity distributionReservationStocklistEntity = distributionReservationStocklistMapper.selectOne(Wrappers.<DistributionReservationStocklistEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DistributionReservationStocklistEntity::getReservationId, detailEntity.getReservationId()) |
|
|
|
|
|
|
|
.eq(DistributionReservationStocklistEntity::getStocklistId, detailEntity.getStockListId()) |
|
|
|
|
|
|
|
.ne(DistributionReservationStocklistEntity::getStockListStatus, ReservationInventoryStatusConstant.quxiao.getValue())); |
|
|
|
|
|
|
|
boolean loadingStatusFlag = list.stream().allMatch(l -> l.getStockLockingStatus().equals(InventoryLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
if (loadingStatusFlag) { |
|
|
|
|
|
|
|
distributionReservationStocklistEntity.setLoadingStatus(ReservationInventoryLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
loadingStatusFlag = list.stream().allMatch(l -> l.getStockLockingStatus().equals(InventoryLoadingStatusConstant.weizhuangche.getValue())); |
|
|
|
|
|
|
|
if (loadingStatusFlag) { |
|
|
|
|
|
|
|
distributionReservationStocklistEntity.setLoadingStatus(ReservationInventoryLoadingStatusConstant.weizhuangche.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
distributionReservationStocklistEntity.setLoadingStatus(ReservationInventoryLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
boolean signingStatusFlag = list.stream().allMatch(l -> l.getStockLockingStatus().equals(ReservationSigningStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
if (signingStatusFlag) { |
|
|
|
|
|
|
|
distributionReservationStocklistEntity.setLoadingStatus(ReservationSigningStatusConstant.yiqianshou.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
signingStatusFlag = list.stream().allMatch(l -> l.getStockLockingStatus().equals(ReservationSigningStatusConstant.daiqianshou.getValue())); |
|
|
|
|
|
|
|
if (signingStatusFlag) { |
|
|
|
|
|
|
|
distributionReservationStocklistEntity.setLoadingStatus(ReservationSigningStatusConstant.daiqianshou.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
distributionReservationStocklistEntity.setLoadingStatus(ReservationSigningStatusConstant.yiqianshou.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionReservationStocklistMapper.updateById(distributionReservationStocklistEntity); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
|
|
|
public void changeOrderStatus(String barcode, Long deliveryId) { |
|
|
|
|
|
|
|
//这里需要查询出该包件
|
|
|
|
|
|
|
|
DistributionParcelListEntity parcelListEntity = distributionDeliveryListMapper.getLoadingPackageDetails(barcode, deliveryId); |
|
|
|
|
|
|
|
parcelListEntity.setOrderPackageLoadingStatus(OrderPackageLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|
|
|
|
distributionParcelListService.updateById(parcelListEntity); |
|
|
|
|
|
|
|
List<DistributionParcelListEntity> parcelListEntityList = distributionParcelListService.getBaseMapper().selectList(Wrappers.<DistributionParcelListEntity>query().lambda().eq(DistributionParcelListEntity::getStockArticleId, parcelListEntity.getStockArticleId())); |
|
|
|
|
|
|
|
boolean flag = parcelListEntityList.stream().allMatch(p -> p.getOrderPackageLoadingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())); |
|
|
|
|
|
|
|
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleService.getById(parcelListEntity.getStockArticleId()); |
|
|
|
|
|
|
|
if (flag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.chuku.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.bufenchuku.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionStockArticleService.updateById(stockArticleEntity); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
|
|
|
public void changeDeliverySignforListStatus(Long deliveryId, DistributionParcelListEntity parcelListEntity) { |
|
|
|
|
|
|
|
//这里需要查询出该包件
|
|
|
|
|
|
|
|
parcelListEntity.setOrderPackageStatus(OrderPackageStatusConstant.yiqianshou.getValue()); |
|
|
|
|
|
|
|
//修改包件状态
|
|
|
|
|
|
|
|
distributionParcelListService.updateById(parcelListEntity); |
|
|
|
|
|
|
|
DistributionDeliveryListEntity deliveryListEntity = distributionDeliveryListMapper.selectOne(Wrappers.<DistributionDeliveryListEntity>query().lambda().eq(DistributionDeliveryListEntity::getId, deliveryId)); |
|
|
|
|
|
|
|
//订单签收状态
|
|
|
|
|
|
|
|
List<DistributionParcelListEntity> parcelListEntityList = distributionParcelListService.getBaseMapper().selectList(Wrappers.<DistributionParcelListEntity>query().lambda().eq(DistributionParcelListEntity::getStockArticleId, parcelListEntity.getStockArticleId())); |
|
|
|
|
|
|
|
boolean flag = parcelListEntityList.stream().allMatch(p -> p.getOrderPackageStatus().equals(OrderPackageStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleService.getById(parcelListEntity.getStockArticleId()); |
|
|
|
|
|
|
|
//维护包件、订单扫描装车状态
|
|
|
|
|
|
|
|
if (flag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.qianshou.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
flag = parcelListEntityList.stream().allMatch(p -> !p.getOrderPackageStatus().equals(OrderPackageStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
if (flag) { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.chuku.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
stockArticleEntity.setOrderStatus(OrderStatusConstant.bufenqianshou.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionStockArticleService.updateById(stockArticleEntity); |
|
|
|
|
|
|
|
//维护包件、预约的扫描状态
|
|
|
|
|
|
|
|
//查询出配送任务下的所有包件
|
|
|
|
|
|
|
|
List<DistributionParcelListEntity> deliveryParcelListEntityList = distributionDeliveryListMapper.selectPackageListByDeliveryListId(deliveryId); |
|
|
|
|
|
|
|
boolean deliveryLoadingFlag = deliveryParcelListEntityList.stream().allMatch(p -> p.getOrderPackageStatus().equals(OrderPackageStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
if (deliveryLoadingFlag) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryStatus(DeliveryStatusConstant.yiwancheng.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
deliveryLoadingFlag = deliveryParcelListEntityList.stream().allMatch(p -> !p.getOrderPackageStatus().equals(OrderPackageStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
if (deliveryLoadingFlag) { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryStatus(DeliveryStatusConstant.daipeisong.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
deliveryListEntity.setDeliveryStatus(DeliveryStatusConstant.yiwancheng.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionDeliveryListMapper.updateById(deliveryListEntity); |
|
|
|
|
|
|
|
List<DistributionReservationEntity> reservationEntityList = distributionDeliveryListMapper.selectReservationByDeliveryListId(deliveryId); |
|
|
|
|
|
|
|
reservationEntityList.forEach(r -> { |
|
|
|
|
|
|
|
//查询预约下的所有包件信息
|
|
|
|
|
|
|
|
List<DistributionParcelListEntity> parcelListEntities = distributionReservationMapper.selectPackageListByReservationId(r.getId()); |
|
|
|
|
|
|
|
boolean reservationLoadingFlag = parcelListEntities.stream().allMatch(p -> p.getOrderPackageStatus().equals(OrderPackageStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
if (reservationLoadingFlag) { |
|
|
|
|
|
|
|
r.setSigningStatus(ReservationSigningStatusConstant.yiqianshou.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
reservationLoadingFlag = parcelListEntities.stream().allMatch(p -> !p.getOrderPackageStatus().equals(OrderPackageStatusConstant.yiqianshou.getValue())); |
|
|
|
|
|
|
|
if (reservationLoadingFlag) { |
|
|
|
|
|
|
|
r.setSigningStatus(ReservationSigningStatusConstant.daiqianshou.getValue()); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
r.setSigningStatus(ReservationSigningStatusConstant.bufenqianshou.getValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
distributionReservationMapper.updateById(r); |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
@Transactional |
|
|
@ -2982,14 +2293,6 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ChangeAsync() |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public DistributionStockArticleEntity findDistributionStockArticleEntityByIdForAsync(String tenantId, Long id) { |
|
|
|
|
|
|
|
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleService.getById(id); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return stockArticleEntity; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|