|  | @@ -26,7 +26,7 @@
 | 
	
		
			
				|  |  |  			it.business_people,it.garment_sales_order,material,it.quality_control,finance_remark
 | 
	
		
			
				|  |  |  		from incident_ticket it
 | 
	
		
			
				|  |  |  		join incident_ticket_children its on it.id=its.incident_ticket_id
 | 
	
		
			
				|  |  | -		where its.plan_number = #{code} and it.state = '5'
 | 
	
		
			
				|  |  | +		where its.plan_number = #{code}
 | 
	
		
			
				|  |  |  	</select>
 | 
	
		
			
				|  |  |  	<!--
 | 
	
		
			
				|  |  |  	SELECT ah.cPBVCode as accidentNum,ven.cVenAbbName as accidentUndertaker,sum(A.iOriSum) as amount,sum(a.iSum) as rmbamount
 |