Commit dfd119eb by 宋毅

tj

parent b50e6105
......@@ -439,6 +439,7 @@ class GsbIcSearchApi extends ApiBase {
"reg_location",
"business_scope",
"approved_time",
"company_org_type",
"from_time",
"to_time",
"reg_unit"
......@@ -487,6 +488,8 @@ class GsbIcSearchApi extends ApiBase {
businessAddress: c._source.reg_location,
scope: c._source.business_scope,
dateIssue: c._source.approved_time,
companyProvince: c._source.company_province,
companyOrgType: c._source.company_org_type,
businessTerm: c._source.from_time + "至" + c._source.to_time,
};
sources.push(source);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment