|
|
|
@@ -19,7 +19,6 @@ func CloudbrainDurationStatisticHour() { |
|
|
|
recordDurationUpdateTime, err := models.GetDurationRecordUpdateTime() |
|
|
|
if err != nil { |
|
|
|
log.Error("Can not get GetDurationRecordBeginTime", err) |
|
|
|
return |
|
|
|
} |
|
|
|
now := time.Now() |
|
|
|
currentTime := time.Date(now.Year(), now.Month(), now.Day(), now.Hour(), 0, 0, 0, now.Location()) |
|
|
|
|