src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -11,7 +11,7 @@ @Repository public interface WrkMastMapper extends BaseMapper<WrkMast> { WrkMast selectByLocNo(@Param("sourceLocNo") String sourceLocNo); WrkMast selectByLocNo(@Param("sourceLocNo") String staNo); WrkMast selectByLocNo1(@Param("sourceLocNo") String sourceLocNo); @@ -114,5 +114,8 @@ WrkMast selectPakoutEmpty(@Param("staNo")Integer outSite); /** * 查询是否是盘点出库,检料出库 */ WrkMast selectpj(@Param("staNo")Integer staNo,@Param("barcode")String barcode); }