mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 04:58:59 +08:00
fix:The chart of average interaction counts per conversation show not… (#12199)
This commit is contained in:
parent
d7c0bc8c23
commit
2e716f80d2
@ -273,8 +273,7 @@ FROM
|
|||||||
messages m
|
messages m
|
||||||
ON c.id = m.conversation_id
|
ON c.id = m.conversation_id
|
||||||
WHERE
|
WHERE
|
||||||
c.override_model_configs IS NULL
|
c.app_id = :app_id"""
|
||||||
AND c.app_id = :app_id"""
|
|
||||||
arg_dict = {"tz": account.timezone, "app_id": app_model.id}
|
arg_dict = {"tz": account.timezone, "app_id": app_model.id}
|
||||||
|
|
||||||
timezone = pytz.timezone(account.timezone)
|
timezone = pytz.timezone(account.timezone)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user