自动化立体仓库 - WMS系统
#
zyx
2024-04-11 e7528c1ccedf3d987465bd77a0002c1f2e7670e2
src/main/java/com/zy/common/service/AgvCommonService.java
@@ -230,7 +230,7 @@
    private AgvLocMast getLocNoRule(int type){
        return agvLocMastService.selectOne(new EntityWrapper<AgvLocMast>()
                .eq("loc_sts","O")
                .eq(false,"loc_type1",type));
                .eq("loc_type1",type));
    }