zhubaomin
2024-11-13 1ba46471b7831f057991ad92573463488504b20e
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/common/CommandSv.java
@@ -137,7 +137,7 @@
        //    return new ArrayList<>();
        }
        List<VoUnclosedValve> res = rmCommandHistoryMapper.getUnclosedValves(jsonArray.toJSONString(), operator);
        List<VoUnclosedValve> res = rmCommandHistoryMapper.getUnclosedValves2(jsonArray.toJSONString(), operator);
        if(res != null) {
            return res;
        } else {