zy-asrs-common/src/main/java/com/zy/asrs/common/sys/service/StaDescService.java
@@ -7,6 +7,6 @@ public interface StaDescService extends IService<StaDesc> { List<Integer> queryOutStaNosByLocNo(String locNo, Integer typeNo); List<Integer> queryOutStaNosByLocNo(String locNo, Integer typeNo, Long hostId); }