|
@@ -234,8 +234,8 @@ func (l *CronTask) computeStatistic() {
|
|
|
计算日数据
|
|
|
----------------------------------------------------------------------------------------------------------
|
|
|
*/
|
|
|
- dayStr := time.Now().Format("20060102")
|
|
|
- day, _ := strconv.Atoi(dayStr)
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
yesterday := now.AddDate(0, 0, -1)
|