|  | @@ -318,7 +318,8 @@
 | 
	
		
			
				|  |  |  		select a.id as "id", a.create_by as "createBy.id", a.create_date as "createDate", a.project_id as "pid",
 | 
	
		
			
				|  |  |  		a.name as "projectName", "" as projectId, "0" as projectStatus,su.name as "projectRegistrant" ,
 | 
	
		
			
				|  |  |  		pt.type_name as projectLeader, ppt.type_name as clientName,ifnull(prr.status,'10') as status,
 | 
	
		
			
				|  |  | -		prd.id as reportId,prr.id as recordId,ifnull(prd.name,'') as reportName
 | 
	
		
			
				|  |  | +		prd.id as reportId,ifnull(prr.id,'') as recordId,ifnull(prd.name,'') as reportName,
 | 
	
		
			
				|  |  | +		ifnull(prr.record_num,'') as reportRecordName
 | 
	
		
			
				|  |  |  		from project_content_data a
 | 
	
		
			
				|  |  |  		left join sys_user su on su.id = a.create_by
 | 
	
		
			
				|  |  |  		left join project_type pt on a.type = pt.type_id
 |