Browse Source

修复批量删除ai消息只删一个的问题

locky 3 năm trước cách đây
mục cha
commit
05fd9197c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/AiController.py

+ 1 - 1
Controller/AiController.py

@@ -864,7 +864,7 @@ class AiView(View):
                     own_dev = ModelService.check_own_device(userID, ai_push_qs[0].devUid)
                     if own_dev:
                         ai_push_qs.delete()
-                return response.json(0)
+            return response.json(0)
         except Exception as e:
             print(e)
             return response.json(500, repr(e))