|
|
|
@ -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("立库返回放货点有误!!"); |
|
|
|
} |
|
|
|
|