Browse Source

Merge branch 'feature/dashboard'

* feature/dashboard:
  修复bug
boweniac 3 tháng trước cách đây
mục cha
commit
c6b93c9d80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      crontask/compute_statistic.go

+ 1 - 1
crontask/compute_statistic.go

@@ -367,7 +367,7 @@ func (l *CronTask) computeStatistic() {
 	// 如果添加过了就略过
 	if dayDataCount == 0 && yesterdayLastHourInt <= currentHourInt {
 		_, err = l.svcCtx.DB.UsageStatisticDay.Create().
-			SetAddtime(uint64(day)).
+			SetAddtime(uint64(yesterdayInt)).
 			SetType(1).
 			SetOrganizationID(0).
 			SetAiResponse(allDayAiResponseInt).