Jelajahi Sumber

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

呆萌闷油瓶 3 bulan lalu
induk
melakukan
2e716f80d2
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  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)