#
lsh
2024-06-26 2cebd39fd1514c991da647f08124e18a0b02abe9
src/main/java/com/zy/asrs/mapper/WrkMastExecuteMapper.java
@@ -16,11 +16,15 @@
    List<WrkMastExecute> getWrkMastByJarId(@Param("jarId") Integer jarId);
    List<WrkMastExecute> sselectWrkMastExecuteByType(@Param("type") Integer type);
    List<WrkMastExecute> selectWrkMastExecuteByType(@Param("type") Integer type);
    List<WrkMastExecute> sselectWrkMastExecuteByTypeAndIoTyper(@Param("type")Integer type,@Param("ioType")Integer ioType);
    List<WrkMastExecute> selectWrkMastExecuteByTypeAndIoTyperAndWrkType(@Param("type")Integer type,@Param("ioType")Integer ioType,@Param("wrkType")Integer wrkType);
    List<WrkMastExecute> selectWrkMastExecuteByWrk(@Param("type")Integer type,@Param("ioType")Integer ioType,
                                                   @Param("wrkType")Integer wrkType,@Param("steNo")Integer steNo,
                                                   @Param("jarNo")Integer jarNo,@Param("rgvNo")Integer rgvNo);
    Integer getWrkMastByJarIdCount(@Param("jarId") Integer jarId);
    Integer getWrkMastExecuteByJarIdCount(@Param("jarId") Integer jarId);
}