소스 검색

根据推送时间倒序查询定制化推送任务

locky 1 년 전
부모
커밋
7a7d13e2fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      AdminController/UserManageController.py

+ 1 - 1
AdminController/UserManageController.py

@@ -907,7 +907,7 @@ class UserManagement(View):
         line = int(line)
 
         try:
-            customized_push_qs = CustomizedPush.objects.all()
+            customized_push_qs = CustomizedPush.objects.all().order_by('-push_timestamp')
             if title:
                 customized_push_qs = customized_push_qs.filter(title=title)
             if country: