This commit is contained in:
张成
2026-02-28 10:38:28 +08:00
parent 1a011bcc01
commit dfd3119163
44 changed files with 449 additions and 13555 deletions

View File

@@ -165,7 +165,7 @@ switch (type) {
break;
case 'chat':
Model = models.chat_records;
dateField = 'sendTime';
dateField = 'updateTime';
break;
default:
return ctx.fail('无效的统计类型');