src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -107,4 +107,10 @@ WrkMast selectPakoutEmpty(@Param("staNo")Integer outSite); Integer selectExistInEmpty(); @Select("select * from where crn_no=#{crnNo} and io_type>=100 order by appe_time") public List<WrkMast> selectWrkIoType(@Param("crnNo") Integer crnNo); }