xyxie vor 2 Monaten
Ursprung
Commit
ff243b4be3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      models/predict_edb_info_rule.go

+ 1 - 1
models/predict_edb_info_rule.go

@@ -1254,7 +1254,7 @@ func getCalculateNhccData(secondDataList []*EdbInfoSearchData, ruleConf RuleLine
 	if ruleConf.DateType == 0 {
 		endDate, _ = time.ParseInLocation(utils.FormatDate, ruleConf.EndDate, time.Local)
 	} else {
-		endDate = time.Now()
+		endDate, _ = time.ParseInLocation(utils.FormatDate, time.Now().Format(utils.FormatDate), time.Local)
 	}
 
 	//查询当前指标现有的数据