| 
					
				 | 
			
			
				@@ -145,7 +145,7 @@ module.exports = app => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // 获取系统维护信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             const maintainData = await ctx.service.maintain.getDataById(1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             const renderData = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                dashboardShenpis: ctx.helper._.orderBy(dashboardShenpis, ['start_audit', 'shenpi_time'], ['desc', 'desc']), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dashboardShenpis: ctx.helper._.orderBy(dashboardShenpis, ['start_audit', 'shenpi_time'], ['desc', 'asc']), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 dashboardStatus, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 role: pa.role, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 authMobile: pa.auth_mobile, 
			 |