Commit 3532dcbc by 杨树贤

修改同步逻辑

parent ca892522
Showing with 1 additions and 0 deletions
......@@ -155,6 +155,7 @@ class SyncSupplierService
if ($supplierId) {
return SupplierChannelModel::where('supplier_id', $supplierId)
->update([
'supplier_name' => $syncResult['company_name'],
'sync_united_status' => SupplierChannelModel::SYNC_UNITED_STATUS_OK,
'group_code' => $groupCode,
'company_nature' => $syncResult['company_nature'],
......
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