Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.5.1^2
zouap 3 years ago
parent
commit
9d9110272c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      routers/repo/user_data_analysis.go

+ 0
- 1
routers/repo/user_data_analysis.go View File

@@ -347,7 +347,6 @@ func QueryUserStaticCurrentMonth(ctx *context.Context) {
func getStartTime(pageStartTime time.Time) time.Time {
t, _ := time.ParseInLocation("2006-01-02", setting.RadarMap.GrowthBeginTime, time.Local)
t = t.UTC()
log.Info("t.time=" + fmt.Sprint(t.Unix()))
if pageStartTime.Before(t) {
pageStartTime = t
}


Loading…
Cancel
Save