From 2f7c2cf530721226082cb4fb7efe10ddc22070f6 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 11 六月 2024 10:29:53 +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