#
lsh
2024-09-13 0e0bf533a7f0274ae6d32c2ef574686ff5fbc8da
src/main/java/com/zy/asrs/service/impl/WrkMastExecuteServiceImpl.java
@@ -35,10 +35,14 @@
    public List<WrkMastExecute> selectWrkMastExecuteByType(Integer type) {
        return this.baseMapper.selectWrkMastExecuteByType(type);
    }
    @Override
    public List<WrkMastExecute> selectWrkMastExecuteByTypeAndIoTyperAndWrkType(Integer type,Integer ioType,Integer wrkSts) {
        return this.baseMapper.selectWrkMastExecuteByTypeAndIoTyperAndWrkType(type,ioType,wrkSts);
        return this.baseMapper.selectWrkMastExecuteByTypeAndIoTyperAndWrkType(type,ioType,wrkSts,null);
    }
    @Override
    public List<WrkMastExecute> selectWrkMastExecuteByTypeAndIoTyperAndWrkType(Integer type,Integer ioType,Integer wrkSts,Integer jarRegin) {
        return this.baseMapper.selectWrkMastExecuteByTypeAndIoTyperAndWrkType(type,ioType,wrkSts,jarRegin);
    }
    @Override
@@ -52,6 +56,11 @@
    }
    @Override
    public Integer getWrkMastExecuteByjarReginCount(Integer jarId) {
        return this.baseMapper.getWrkMastExecuteByjarReginCount(jarId);
    }
    @Override
    public Integer selectNoStart(Integer jarRegin) {
        return this.baseMapper.selectNoStart(jarRegin);
    }