|
@@ -102,7 +102,7 @@ func (l *CronTask) computeStatistic() {
|
|
|
messagerecords.BotWxid(wxinfo.Wxid),
|
|
|
messagerecords.CreatedAtGTE(lastHour),
|
|
|
messagerecords.CreatedAtLT(currentHour),
|
|
|
- messagerecords.StatusIn(2, 3),
|
|
|
+ messagerecords.StatusIn(2, 3, 4),
|
|
|
).Count(l.ctx)
|
|
|
orgSopRunInt += sopRunInt
|
|
|
allHourSopRunInt += sopRunInt
|