From ed427a70c704a0de32032fd8ca567368777d3296 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Mon, 15 Jan 2024 19:24:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BB=E6=89=BE=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=20=E5=8E=BB=E6=8E=89=E4=BA=86=E6=96=B9=E6=B3=95=E4=B8=8A?= =?UTF-8?q?=E7=9A=84=E5=BC=82=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/DistributionAsyncServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionAsyncServiceImpl.java b/blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionAsyncServiceImpl.java index 43adcabb8..0af063f3f 100644 --- a/blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionAsyncServiceImpl.java +++ b/blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionAsyncServiceImpl.java @@ -641,10 +641,10 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { * * @param stockupDTO */ - @Async @Override public void stockupSelfOffShelf(StockupDTO stockupDTO) throws InterruptedException { BasicdataWarehouseEntity myCurrentWarehouse = warehouseClient.getMyCurrentWarehouse(); + log.info(">>>> find bug {}",myCurrentWarehouse); if (Objects.isNull(myCurrentWarehouse)) { throw new CustomerException(403, "仓库信息不能为空"); } @@ -656,6 +656,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { distributionStockupSelfVO = distributionStockupMapper.stockupSelfOffShelf(stockupDTO); } else { //商 市 + log.info(">>>> find bug {}",stockupDTO); distributionStockupSelfVO = distributionStockupMapper.stockupOffShelf(stockupDTO); } //有