Commit 81136fb1 by 杨树贤

优化查询

parent 870548c2
Showing with 2 additions and 2 deletions
......@@ -19,7 +19,7 @@ class CompanyService
'company_name' => $supplierName,
'region' => $regionType,
'company_type' => 2,
'company_tax_no' => $taxNumber,
//'company_tax_no' => $taxNumber,
];
$url = config('website.UnitedDataDomain') . '/sync/Company/getCompanyInfoByName';
$result = curl($url, $params);
......@@ -54,7 +54,7 @@ class CompanyService
'company_name' => $supplierName,
'region' => $regionType,
'company_type' => 2,
'company_tax_no' => $taxNumber,
//'company_tax_no' => $taxNumber,
];
$url = config('website.UnitedDataDomain') . '/sync/Company/getCompanyInfoByName';
$result = curl($url, $params);
......
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 sign in to comment