| | |
| | | void updateLocSts(@Param("locNo") String locNo,@Param("locSts") String locSts); |
| | | |
| | | //找外侧空库位 |
| | | List<LocMast> findOutMast(Short locType1, List<Integer> crnNos); |
| | | List<LocMast> findOutMast(Short locType1,@Param("crnNos") List<Integer> crnNos); |
| | | |
| | | //找单品类型,最内侧空库位 |
| | | List<LocMast> findInEmptyLocMast(Short locType1, @Param("rows") List<Integer> rows, Integer crnNo); |
| | |
| | | #{item} |
| | | </foreach> |
| | | and loc_sts = 'O' |
| | | order by bay1,lev1,row1, |
| | | order by bay1,lev1,row1 |
| | | </select> |
| | | |
| | | <select id="findInEmptyLocMast" resultMap="BaseResultMap"> |