mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 17:47:30 +08:00
fix: workflow avg user interaction. (#4056)
This commit is contained in:
parent
93393e005e
commit
6f1e4a19a2
@ -227,7 +227,7 @@ class WorkflowAverageAppInteractionStatistic(Resource):
|
|||||||
{{start}}
|
{{start}}
|
||||||
{{end}}
|
{{end}}
|
||||||
GROUP BY date, c.created_by) sub
|
GROUP BY date, c.created_by) sub
|
||||||
GROUP BY sub.created_by, sub.date
|
GROUP BY sub.date
|
||||||
"""
|
"""
|
||||||
arg_dict = {'tz': account.timezone, 'app_id': app_model.id, 'triggered_from': WorkflowRunTriggeredFrom.APP_RUN.value}
|
arg_dict = {'tz': account.timezone, 'app_id': app_model.id, 'triggered_from': WorkflowRunTriggeredFrom.APP_RUN.value}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user