liurunyu
2024-11-14 bc38e91b5905b4887561b9c6cab343610e60af5f
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 {