|
@@ -292,8 +292,8 @@ func GetAllXcxUserCountByMonth(start, end time.Time, useCache bool) (monthFansLi
|
|
|
sql = fmt.Sprintf(sql, "%Y%m", "%m", start.Format("2006-01-02"), end.Format("2006-01-02"))
|
|
sql = fmt.Sprintf(sql, "%Y%m", "%m", start.Format("2006-01-02"), end.Format("2006-01-02"))
|