|
|
|
@ -37,6 +37,7 @@ import com.logpm.warehouse.feign.IWarehouseUpdownTypeClient;
|
|
|
|
|
import com.logpm.warehouse.feign.IWarehouseWaybillClient; |
|
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
|
import lombok.extern.log4j.Log4j2; |
|
|
|
|
import org.springblade.common.annotations.LogpmAsync; |
|
|
|
|
import org.springblade.common.constant.DistributionTypeConstant; |
|
|
|
|
import org.springblade.common.constant.Inventory.InventoryLoadingStatusConstant; |
|
|
|
|
import org.springblade.common.constant.Inventory.InventoryPackageStatusConstant; |
|
|
|
@ -121,7 +122,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
// private final
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
public void makeSureByPackage(DistrilbutionloadingscanDTO distrilbutionloadingscanDTO) { |
|
|
|
|
log.info("[makeSureByPackage]线程开启>>>>>>>>>>>>>>>>>>>>>>>>{}", distrilbutionloadingscanDTO); |
|
|
|
@ -176,7 +177,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public Boolean getSelfPickup(Long id) { |
|
|
|
|
DistributionParcelListEntity entity = new DistributionParcelListEntity(); |
|
|
|
@ -192,7 +193,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public Boolean getOrderSelfPickup(Long id) { |
|
|
|
|
DistributionStockArticleEntity entity = new DistributionStockArticleEntity(); |
|
|
|
@ -202,7 +203,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public Boolean getInventorySelfPickup(Long id) { |
|
|
|
|
DistributionStockEntity distributionStock = new DistributionStockEntity(); |
|
|
|
@ -213,7 +214,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public Boolean getInventoryOrderSelfPickup(Long id) { |
|
|
|
|
DistributionDeliveryDetailsEntity deliveryDetails = new DistributionDeliveryDetailsEntity(); |
|
|
|
@ -241,7 +242,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
* |
|
|
|
|
* @param id 订单ID |
|
|
|
|
*/ |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
public void updateStockArticleStock(Long id) { |
|
|
|
|
log.debug("###查询订单备货状态"); |
|
|
|
@ -269,7 +270,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
* |
|
|
|
|
* @param ids 订单ID |
|
|
|
|
*/ |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
public void updateParcelListReservation(List<Long> ids) { |
|
|
|
|
log.debug("####修改包件预约状态"); |
|
|
|
@ -294,7 +295,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
public Boolean getInventoryNumUpdate(Long id, Integer num, Integer type) { |
|
|
|
|
//查询
|
|
|
|
@ -317,7 +318,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
public void changeOrderSignforStatus(DistributionParcelListEntity parcelListEntity) { |
|
|
|
@ -338,7 +339,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
public void changeDiscussDeliveryListStatus(String barcode, Long deliveryId) { |
|
|
|
@ -398,7 +399,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
public void changeMarketDeliveryListStatus(String barcode, Long deliveryId, Long reservationId) { |
|
|
|
@ -444,7 +445,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
checkReservationAndDeliveryLoadingStatus(deliveryId, reservationId); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
public void checkDeliverySignStatus(String barcode, Long deliveryId) { |
|
|
|
@ -635,7 +636,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
distributionDeliveryListMapper.updateById(deliveryListEntity); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
public void checkDeliverySignStatusByReservation(Long deliveryId) { |
|
|
|
@ -1441,7 +1442,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
public void sendFactory(DistributionParcelListEntity distributionParcelListEntity, String signingTime, Long reservationId, String reservationCode, String warehouseName, String userName) { |
|
|
|
|
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleService.getById(distributionParcelListEntity.getStockArticleId()); |
|
|
|
|
log.info(">>>>>>>>>>> 签收推送 对象 {}", distributionParcelListEntity); |
|
|
|
@ -1475,7 +1476,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
public void sendReviewFactory(Long signingId, String warehouseName, Long warehouseId) { |
|
|
|
|
String brands = "梦天,欧派,志邦";//可追加
|
|
|
|
|
log.info(">>>>>>>>>>> 签收推送 对象 {}", "signingId:=" + signingId + "warehouseName:=" + warehouseName + "warehouseId:=" + warehouseId); |
|
|
|
@ -1628,7 +1629,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Transactional |
|
|
|
|
public void maintenanceOrderStatus(String orderCode, Long warehouseId) { |
|
|
|
|
distributionStockArticleService.updateOrderInfo(orderCode, warehouseId); |
|
|
|
@ -1636,7 +1637,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Transactional |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
public void releaseSource(Long reservationId, Long warehouseId) { |
|
|
|
|
String method = "##########################DistributionAsyncServiceImpl.releaseSource"; |
|
|
|
|
DistributionReservationEntity reservationEntity = distributionReservationMapper.selectById(reservationId); |
|
|
|
@ -1828,7 +1829,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
* @param stockupDTO |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
public void updateStockupDate(StockupDTO stockupDTO) { |
|
|
|
|
|
|
|
|
|
Integer scanType = stockupDTO.getScanType();//扫码类型 1 包件 2库存品
|
|
|
|
@ -1957,7 +1958,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
* 备货库存品备货时间回显 |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
public void updateStockupStockListDate(StockupDTO stockupDTO) { |
|
|
|
|
Integer scanType = stockupDTO.getScanType();//扫码类型 1 包件 2库存品
|
|
|
|
|
Long reservationId = stockupDTO.getReservationId();//预约ID
|
|
|
|
@ -2179,7 +2180,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
/** |
|
|
|
|
* 自提签收片段是否签收完全 |
|
|
|
|
*/ |
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public void getStockUPstate(Long billLadingId) { |
|
|
|
@ -2265,7 +2266,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
public void checkStockArticleSignStatus(DistributionParcelListEntity parcelListEntity) { |
|
|
|
@ -2322,7 +2323,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
public void changeOrderStatus(String barcode, Long deliveryId) { |
|
|
|
@ -2341,7 +2342,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
distributionStockArticleService.updateById(stockArticleEntity); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
public void changeDeliverySignforListStatus(Long deliveryId, DistributionParcelListEntity parcelListEntity) { |
|
|
|
@ -2465,7 +2466,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService {
|
|
|
|
|
distributionStockArticleService.updateById(stockArticleEntity); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Async("asyncExecutor") |
|
|
|
|
@LogpmAsync("asyncExecutor") |
|
|
|
|
@Override |
|
|
|
|
@Transactional(isolation = Isolation.READ_UNCOMMITTED, rollbackFor = Exception.class) |
|
|
|
|
public void checkStockArticleLoadingStatus(DistributionParcelListEntity parcelListEntity) { |
|
|
|
|