Commit e3ceaefd by 宋毅

tj

parent 216fc849
...@@ -479,7 +479,7 @@ class GsbIcSearchApi extends ApiBase { ...@@ -479,7 +479,7 @@ class GsbIcSearchApi extends ApiBase {
legalRepresentative: c._source.legal_person, legalRepresentative: c._source.legal_person,
managementState: c._source.reg_status, managementState: c._source.reg_status,
registeredCapital: c._source.reg_capital + c._source.reg_unit || "万人民币", registeredCapital: c._source.reg_capital + c._source.reg_unit || "万人民币",
foundedTime: c._source.estibish_time, foundedTime: c._source.estibish_time || "",
creditCode: c._source.credit_code, creditCode: c._source.credit_code,
registrID: c._source.reg_number, registrID: c._source.reg_number,
organizationCode: c._source.org_number, organizationCode: c._source.org_number,
......
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