Jelajahi Sumber

修改了排序

pzb 6 tahun lalu
induk
melakukan
3631db6f79
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Controller/AppInfo.py

+ 1 - 1
Controller/AppInfo.py

@@ -226,7 +226,7 @@ class AppVersionView(View):
         #     return render_to_response('appVersionLists_cn.html')
         # else:
         #     return render_to_response('appVersionLists_en.html')
-        queryset = App_Colophon.objects.filter(lang=lang,app_id__appBundleId=appBundleId,app_id__app_type=app_type).order_by('-id')
+        queryset = App_Colophon.objects.filter(lang=lang,app_id__appBundleId=appBundleId,app_id__app_type=app_type).order_by('-newApp_version')
         queryset_dict = CommonService.qs_to_dict(queryset).get('datas')
         # 修改数据逻辑改装数据返回值
         for k, v in enumerate(queryset_dict):