WebAPI/Controllers/BaseSet/Gy_SupplierController.cs
@@ -1056,7 +1056,7 @@
        #region [同步基础资料]
        [Route("Gy_Supplier/Gy_SupplierViewApi")]
        [HttpGet]
        public json Gy_SupplierViewApi(string Number, string Type)
        public json Gy_SupplierViewApi(string Number, string Type, string HUseOrgID)
        {
            string sql = string.Empty;
            string sReturn = "";
@@ -1115,7 +1115,7 @@
                    #region [公有云模式,调用WEBAPI的方式进行更新]
                    var json = new
                    {
                        CreateOrgId = 0,
                        CreateOrgId = HUseOrgID,
                        Number = Number,
                        Id = ""
                    };