소스 검색

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

tags/0.15.0
呆萌闷油瓶 10 달 전
부모
커밋
2e716f80d2
No account linked to committer's email address
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)

Loading…
취소
저장