|
@@ -7,7 +7,7 @@
|
|
|
postCountData.postCount,u.`Name` as createUserName
|
|
|
,inSites.InstitutionID as institutionID,site.SiteName,com_status.Name as recordStatusName,
|
|
|
industry.industryName as industryName,industry.industryName as showIndustryName,
|
|
|
- com_estate.Name as estateCategoryName,com_type.Name as companyTypeName,
|
|
|
+ com_estate.Name as estateCategoryName,com_type.Name as companyTypeName,com_reType.Name as RegisteredCapitalTypeName,
|
|
|
com_tag.Name as tagName,com_short.Name as isShortageName,modifyUser.Name as modifyUserName
|
|
|
from pc_company company
|
|
|
left join sys_user u on u.UserID = company.CreateUserID
|
|
@@ -23,6 +23,8 @@
|
|
|
company.TagID = com_tag.Value
|
|
|
left join (select * from sys_dictionary_item where DictionaryCode ='IsShortAge') com_short on
|
|
|
company.IsShortage = com_short.Value
|
|
|
+ left join (select * from sys_dictionary_item where DictionaryCode ='RegisteredCapitalType') com_reType on
|
|
|
+ company.RegisteredCapitalType = com_reType.Value
|
|
|
left join pc_industry industry on company.IndustryID = industry.industryId
|
|
|
left join area_code city on company.RegionCode = city.code
|
|
|
left join area_code area on company.StreetCode = area.code
|