src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -20,6 +20,8 @@ List<WrkMast> selectToBeHistoryData(); WrkMast selectPakInOne(@Param("crnNo")Integer crnNo); // wcs --------------------------------------------- // 入库第一步,扫码仪获取条码信息时查询 // @Select("select top 1 * from asr_wrk_mast where source_sta_no=#{sourceStaNo} and wrk_sts=2 and barcode=#{barcode} and (io_type=1 or io_type=10) order by io_pri desc,io_time,wrk_no ASC")