自动化立体仓库 - WMS系统
#
Junjie
2 天以前 6f01b51fc0770fda7787076caf0314be7a7f6656
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -13,6 +13,8 @@
@Repository
public interface LocMastMapper extends BaseMapper<LocMast> {
    List<LocMast> selectLocByLev(Integer lev);
    LocMast queryFreeLocMast(@Param("row") Integer row, @Param("locType1") Short locType1,@Param("whsType") Long whsType);
    @Select("select loc_no from asr_loc_mast where 1=1 and loc_sts = 'O' and crn_no = #{crnNo}")