Commit a24a7121 by 杨树贤

同步供应商字段问题

parent f3b9996b
Showing with 1 additions and 1 deletions
......@@ -64,7 +64,7 @@ class SyncSupplierService
$message['taxRegisterNo'] = $supplier['tax_number'];
}
if (!empty($purchases)) {
$message['personName'] = $purchases;
$message['createSupplierInfo'] = $purchases;
}
if (!empty($supplier['supplier_address'])) {
$message['address'] = $supplier['supplier_address'];
......
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