From 81136fb10ed566f9d3f44063c14ecf1cad8bd96e Mon Sep 17 00:00:00 2001
From: 648132694@qq.com <ysx@ichunt.com>
Date: Wed, 10 Jan 2024 17:35:18 +0800
Subject: [PATCH] 优化查询

---
 app/Http/Services/CompanyService.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/Http/Services/CompanyService.php b/app/Http/Services/CompanyService.php
index db6cb66..7d26fc7 100644
--- a/app/Http/Services/CompanyService.php
+++ b/app/Http/Services/CompanyService.php
@@ -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);
--
libgit2 0.25.0