自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-03-17 4762def5954d362b162ef33677780e3991defc20
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -28,4 +28,7 @@
    LocMast queryDemoLoc(@Param("crnNo") Integer crnNo);
    @Select("select count(*) as count from asr_loc_mast where 1=1 and loc_sts = 'O' and loc_type1 = #{locType1} and crn_no = #{crnNo}")
    Integer selectEmptyLocCount(@Param("locType1") Short locType1, @Param("crnNo") Integer crnNo);
}