From c28812eb7e5afa79cb5e2f4fbee7f96c7d7767ed Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期五, 03 四月 2026 14:33:22 +0800
Subject: [PATCH] AGV出库,立库查询库存优化
---
src/main/java/com/zy/asrs/service/LocMastService.java | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/zy/asrs/service/LocMastService.java b/src/main/java/com/zy/asrs/service/LocMastService.java
index 0a66cd6..23905c8 100644
--- a/src/main/java/com/zy/asrs/service/LocMastService.java
+++ b/src/main/java/com/zy/asrs/service/LocMastService.java
@@ -3,7 +3,6 @@
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.LocMast;
-import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -60,4 +59,17 @@
// LocMast selectLocByLocStsPakInO(Integer curRow,Integer nearRow,List<String> locNos);
// LocMast selectLocByLocStsPakInO(Integer curRow,Integer nearRow,List<String> locNos, Long whsType);
LocMast selectLocByLocStsPakInO(Integer curRow,Integer nearRow,LocMast locNoo, Long whsType);
+
+ //鏌ヨ鎸囧畾妤煎眰鐨勫簱浣嶆暟鎹�
+ List<LocMast> selectLocByLev(Integer lev);
+
+ /**
+ * 鑾峰彇鏈弧鏉挎墭鐩�
+ * @author Ryan
+ * @date 2026/4/3 13:01
+ * @param locType
+ * @param id
+ * @return com.zy.asrs.entity.LocMast
+ */
+ LocMast selectNotFull(Long locType, Long id);
}
--
Gitblit v1.9.1