#
whycq
2023-06-30 3d6e22ee9a4eb70d9ce4e7a71fb4893a8c6f6056
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);
}