| 
					
				 | 
			
			
				@@ -146,7 +146,7 @@ module.exports = options => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if (sameAudit) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         for (const audit of auditList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             const shenpi = shenpiList.find(x => { return x.audit_id === audit.aid; }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            if (!shenpi || shenpi.audit_order !== audit.audit_order) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            if (!shenpi || shenpi.audit_order !== audit.audit_order || shenpi.audit_type !== audit.audit_type) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 sameAudit = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             } 
			 |