|  | @@ -295,7 +295,7 @@
 | 
	
		
			
				|  |  |  		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,
 | 
	
		
			
				|  |  | +		pt.type_name as projectLeader,pt.id as projectTypeId,
 | 
	
		
			
				|  |  |  		ppt.type_name as clientName,prd.status as status
 | 
	
		
			
				|  |  |  		from project_content_data a
 | 
	
		
			
				|  |  |  		left join sys_user su on su.id = a.create_by
 | 
	
	
		
			
				|  | @@ -311,7 +311,7 @@
 | 
	
		
			
				|  |  |  		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,
 | 
	
		
			
				|  |  | +		pt.type_name as projectLeader,pt.id as projectTypeId,
 | 
	
		
			
				|  |  |  		ppt.type_name as clientName,ifnull(prd.status,'10') as status
 | 
	
		
			
				|  |  |  		from project_content_data a
 | 
	
		
			
				|  |  |  		left join sys_user su on su.id = a.create_by
 |