zhoupeng 1 年之前
父节点
当前提交
416f8b809d

+ 1 - 0
chaunyi_opc/opc_da/src/main/java/com/example/opc_da/service/impl/ChartServiceImpl.java

@@ -181,6 +181,7 @@ public class ChartServiceImpl implements ChartService {
                                         orgRawList.remove(k);
                                         rawList.remove(k);
                                         k--;
+                                        continue;
                                     }
                                     if (startTimeTime <= time && time < endTimeTime) {
                                         orgList.add(orgRawList.get(k));