#
Junjie
2023-11-17 196f9b62a04204e7c05da99b53ab9f36d2d7a029
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,12 @@
    WrkMast selectPakoutEmpty(@Param("staNo")Integer outSite);
    /**
     * 查询是否是盘点出库,检料出库
     */
    WrkMast selectpj(@Param("staNo")Integer staNo,@Param("barcode")String barcode);
    List<WrkMast> selectLaneWrkMastIn();//查询入库任务
    List<WrkMast> selectLaneWrkMastOut();//查询出库任务
}