From 9891eb42924a25367d7ad00fcf4726e5b84f4b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Tue, 21 Oct 2025 19:30:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../automatedWarehouse/service/impl/AgvTaskServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/AgvTaskServiceImpl.java b/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/AgvTaskServiceImpl.java index a3f7371..7769fc2 100644 --- a/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/AgvTaskServiceImpl.java +++ b/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/AgvTaskServiceImpl.java @@ -234,9 +234,9 @@ public class AgvTaskServiceImpl implements AgvTaskService { askStation.setItemNo(checkTask.getItemNo()); askStation.setPalletNo(checkTask.getPalletId()); askStation.setType(1); - // station = wcsApiService.warehouseAskStation(askStation); + station = wcsApiService.warehouseAskStation(askStation); //RQNEED - station = "D1"; + // station = "D1"; if(station == null || (!station.equals("D1") && !station.equals("D2"))){ throw new RuntimeException("立库返回放货点有误!!"); }