自动化立体仓库 - WMS系统
18516761980
2022-06-16 8b52cb78c70877c9d8689bfcdb49461995cf939a
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -28,4 +28,5 @@
        "and (loc_type2 is null or loc_type2 = #{locType2}) and (loc_type3 is null or loc_type3 = #{locType3}) ")
    Integer selectEmptyLocCount(@Param("locType1") Short locType1, @Param("locType2") Short locType2, @Param("locType3") Short locType3, @Param("crnNo") Integer crnNo);
    List<LocMast> queryShallowLocFMast();
}