| | |
| | | WrkMast selectPickStep2(@Param("barcode")String barcode); |
| | | |
| | | WrkMast selectByWrkNo(@Param("wrkNo")Integer wrkNo); |
| | | |
| | | @Select("select count(*) from asr_wrk_mast where io_type = 1 OR io_type = 10 OR io_type = 53 OR io_type = 54 OR io_type = 57;") |
| | | Integer selectIn(); |
| | | |
| | | @Select("select count(*) from asr_wrk_mast where io_type = 101 OR io_type = 103 OR io_type = 104 OR io_type = 107 OR io_type = 110;") |
| | | Integer selectOut(); |
| | | |
| | | @Select("select count(*) from asr_wrk_mast where wrk_sts = 11 OR wrk_sts = 12;") |
| | | Integer selectOutCount(); |
| | | |
| | | List<WrkMast> selectPakOutStep11To2(@Param("crnNo")Integer crnNO, @Param("sourceStaNo")Integer sourceStaNo); |
| | | } |