| 
					
				 | 
			
			
				@@ -133,9 +133,7 @@ module.exports = app => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 const changeInfo = await this.ctx.service.change.getHaveAuditLastInfo(tenderId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (changeInfo) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     // 再获取非原报审批人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    console.log(changeInfo); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     const auditList = await this.ctx.service.changeAudit.getListGroupByTimes(changeInfo.cid, changeInfo.times); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    console.log(auditList); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     let sort = 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     for (const audit of auditList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         if (audit.usite !== 0) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -155,7 +153,6 @@ module.exports = app => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                console.log(changeaudit); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 await this.transaction.insert(this.ctx.service.changeAudit.tableName, changeaudit); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 result = change; 
			 |