| 
					
				 | 
			
			
				@@ -114,7 +114,7 @@ module.exports = app => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return stageBills[0]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        async getLastestStageData2(tid, sid, times, order, where) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        async getAuditorStageData2(tid, sid, times, order, where) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             const filterSql = this._getFilterSql(where); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             const sql = 'Select * From ' + this.departTableName(tid) + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         '  Where tender_id = ? and sid = ? And (`times` < ? OR (`times` = ? AND `order` <= ?)) ' + filterSql; 
			 |