| | |
| | | @Mapper |
| | | @Repository |
| | | public interface LocMastMapper extends BaseMapper<LocMast> { |
| | | |
| | | LocMast queryFreeLocMast(@Param("row") Integer row, @Param("locType1") Short locType1); |
| | | |
| | | @Select("select loc_no from asr_loc_mast where 1=1 and loc_sts = 'O' and crn_no = #{crnNo}") |
| | |
| | | LocMast selectLocByLocStsPakInO2(@Param("locNos") List<String> locNos); |
| | | |
| | | LocMast selectByBarcode(@Param("zpallet")String zpallet); |
| | | |
| | | LocMast queryLocToOne(@Param("locType2") Short locType2); |
| | | |
| | | LocMast queryLocToTwo(@Param("locType2") Short locType2); |
| | | } |