|  | @@ -786,9 +786,28 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <select id="getReportByReportNo" resultType="com.jeeplus.finance.projectReport.domain.CwProjectReport">
 | 
	
		
			
				|  |  |          select
 | 
	
		
			
				|  |  | -            cpr.*
 | 
	
		
			
				|  |  | +            a.id,
 | 
	
		
			
				|  |  | +        a.create_by_id as createById,
 | 
	
		
			
				|  |  | +        a.create_time,
 | 
	
		
			
				|  |  | +        a.update_by_id,
 | 
	
		
			
				|  |  | +        a.update_time,
 | 
	
		
			
				|  |  | +        a.del_flag,
 | 
	
		
			
				|  |  | +        a.remarks,
 | 
	
		
			
				|  |  | +        a.status,
 | 
	
		
			
				|  |  | +        a.document_no,
 | 
	
		
			
				|  |  | +        a.project_report_number,
 | 
	
		
			
				|  |  | +        a.project_id,
 | 
	
		
			
				|  |  | +        a.office_id,
 | 
	
		
			
				|  |  | +        a.signature_type,
 | 
	
		
			
				|  |  | +        a.signature_annotator1,
 | 
	
		
			
				|  |  | +        a.signature_annotator2,
 | 
	
		
			
				|  |  | +        a.signature_contract_id,
 | 
	
		
			
				|  |  | +        a.real_create,
 | 
	
		
			
				|  |  | +        a.proc_ins_id,
 | 
	
		
			
				|  |  | +        a.process_definition_id,
 | 
	
		
			
				|  |  | +        a.signature_annotator_status
 | 
	
		
			
				|  |  |          from
 | 
	
		
			
				|  |  | -            cw_project_report cpr
 | 
	
		
			
				|  |  | +            cw_project_report a
 | 
	
		
			
				|  |  |          left join
 | 
	
		
			
				|  |  |              cw_project_report_new_line cw_prnl on cpr.id=cw_prnl.report_id
 | 
	
		
			
				|  |  |          where
 |