This commit is contained in:
xy
2025-07-17 10:42:25 +08:00
parent 94b5b92991
commit a847f541f1

View File

@@ -188,10 +188,6 @@ public class RStatOnlineRateDServiceImpl extends MppServiceImpl<RStatOnlineRateD
} catch (ParseException e) {
throw new RuntimeException(e);
}
} else {
if (online.equals(communicateDataOld.get(0).getType())){
minute = InfluxDBPublicParam.DAY_MINUTE;
}
}
}
}