|  | @@ -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):
 |