From c28c70ac1507df7a9e17e97474fd7d2c368fc673 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 13 六月 2024 09:22:48 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/AgvBasDevpService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/AgvBasDevpService.java b/src/main/java/com/zy/asrs/service/AgvBasDevpService.java index a55f78e..399593a 100644 --- a/src/main/java/com/zy/asrs/service/AgvBasDevpService.java +++ b/src/main/java/com/zy/asrs/service/AgvBasDevpService.java @@ -25,7 +25,7 @@ List<AgvBasDevp> getBasDevpByNoCacheShelves(); List<String> selectCacheShelvesStationCodeByFloor(int floor); - List<String> selectCacheShelvesStationCodeByLocType(short locType); + List<String> selectCacheShelvesStationCodeByLocType(short locType, int floor); public List<Map<String,Object>> selectDevNoAndNumBystationCode(String stationCode); -- Gitblit v1.9.1