|
@@ -259,7 +259,8 @@ public class MonitorIndicatorRecordServiceImpl implements IMonitorIndicatorRecor
|
|
|
private Date getDefultStartTime() throws Exception {
|
|
|
Date lastComputeTime;
|
|
|
if (StringUtils.isBlank(computePropertiesConfig.getDStartTime())) {
|
|
|
- lastComputeTime = new Date();
|
|
|
+
|
|
|
+ lastComputeTime = DateUtils.get15MinLite(new Date());
|
|
|
} else {
|
|
|
lastComputeTime = DateUtils.str2Date(computePropertiesConfig.getDStartTime(), DateUtils.SDF_SECOND);
|
|
|
}
|