|  | @@ -269,11 +269,13 @@
 | 
	
		
			
				|  |  |          select
 | 
	
		
			
				|  |  |          <include refid="Base_Column_List"></include>,
 | 
	
		
			
				|  |  |          su.name as reconciliationPeopleName,
 | 
	
		
			
				|  |  | -        rpl.report_no
 | 
	
		
			
				|  |  | +        rpl.report_no,
 | 
	
		
			
				|  |  | +        pr.report_type
 | 
	
		
			
				|  |  |          from cw_finance_invoice fi
 | 
	
		
			
				|  |  |          left join cw_finance_invoice_base fib on fib.invoice_id = fi.id
 | 
	
		
			
				|  |  |          left join cw_project_report_new_line rpl on fib.program_id=rpl.report_id
 | 
	
		
			
				|  |  |          left join sys_user su on fi.reconciliation_people = su.id
 | 
	
		
			
				|  |  | +        left join cw_project_records pr on fib.program_id=pr.id
 | 
	
		
			
				|  |  |          where fi.del_flag = '0' and fi.id = #{id}
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |  
 |