瀏覽代碼

修改了排序

pzb 6 年之前
父節點
當前提交
3631db6f79
共有 1 個文件被更改,包括 1 次插入1 次删除
  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):