#
yxFwq
2024-11-23 ff9b89307d063f29000857a8b8823bfd4b3de4a5
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);
    }