|
|
@@ -721,7 +721,7 @@ func TimingCountDataByDateAndReCount(date string, isReCount bool) { |
|
|
|
log.Info("endTime time:" + endTime.Format("2006-01-02 15:04:05")) |
|
|
|
warnEmailMessage := "用户统计信息入库失败,请尽快定位。" |
|
|
|
|
|
|
|
startYear := time.Date(USER_YEAR, 0, 0, 0, 0, 0, 1, t.Location()) |
|
|
|
startYear := time.Date(USER_YEAR, 1, 1, 0, 0, 0, 1, t.Location()) |
|
|
|
endYear := startYear.AddDate(1, 0, 0) |
|
|
|
|
|
|
|
models.RefreshUserYearTable(startYear, endYear) |
|
|
|