浏览代码

fix:The chart of average interaction counts per conversation show not… (#12199)

tags/0.15.0
呆萌闷油瓶 10 个月前
父节点
当前提交
2e716f80d2
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      api/controllers/console/app/statistic.py

+ 1
- 2
api/controllers/console/app/statistic.py 查看文件

@@ -273,8 +273,7 @@ FROM
messages m
ON c.id = m.conversation_id
WHERE
c.override_model_configs IS NULL
AND c.app_id = :app_id"""
c.app_id = :app_id"""
arg_dict = {"tz": account.timezone, "app_id": app_model.id}

timezone = pytz.timezone(account.timezone)

正在加载...
取消
保存