|
@@ -264,7 +264,10 @@
|
|
|
e.early_communication as earlyCommunication,e.patent_count as patentCount,
|
|
e.early_communication as earlyCommunication,e.patent_count as patentCount,
|
|
|
e.invention_patent_count as inventionPatentCount,e.utility_model_count as utilityModelCount,
|
|
e.invention_patent_count as inventionPatentCount,e.utility_model_count as utilityModelCount,
|
|
|
e.appearance_patent_count as appearancePatentCount,e.software_works_count as softwareWorksCount,
|
|
e.appearance_patent_count as appearancePatentCount,e.software_works_count as softwareWorksCount,
|
|
|
- e.other_count as otherCount,e.create_time as createTime,e.update_time as updateTime
|
|
|
|
|
|
|
+ e.other_count as otherCount,e.create_time as createTime,e.update_time as updateTime,
|
|
|
|
|
+ e.company_count as companyCount ,e.social_security_count as socialSecurityCount,e.external_invest_count as externalInvestCount,
|
|
|
|
|
+ e.external_invest_industry as externalInvestIndustry,e.external_invest_name as externalInvestName,
|
|
|
|
|
+ e.external_invest_id as externalInvestId,e.external_invest_industry_name as externalInvestIndustryName
|
|
|
from user a left join organization_identity b on a.id =b.uid
|
|
from user a left join organization_identity b on a.id =b.uid
|
|
|
left join organization_contact_book c on a.id =c.uid and c.major =1
|
|
left join organization_contact_book c on a.id =c.uid and c.major =1
|
|
|
left join user_mid d on a.id =d.uid
|
|
left join user_mid d on a.id =d.uid
|