Explorar o código

修改了排序

pzb %!s(int64=6) %!d(string=hai) anos
pai
achega
3631db6f79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):