Commit 2ce85313 by 任晓松

update 企业注册信息精确查询 registeredCapital

parent 2c5ea18d
......@@ -510,7 +510,7 @@ class GsbIcSearchApi extends ApiBase {
registerOffice: c._source.reg_institute,
dateIssue: c._source.approved_time,
managementState: c._source.reg_status,
registeredCapital: c._source.reg_capital + c._source.reg_unit || "万人民币",
registeredCapital: c._source.reg_capital + (c._source.reg_unit || c._source.reg_unit != null ? c._source.reg_unit : "万人民币" ) ,
organizationCode: c._source.org_number,
creditCode: c._source.credit_code,
companyCate1: c._source.gsb_company_cate_1,
......
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