Commit d4cb5d76 by 杨树贤

fix

parent 462f17b2
Showing with 3 additions and 5 deletions
...@@ -1475,11 +1475,9 @@ class DataService ...@@ -1475,11 +1475,9 @@ class DataService
\dump('供应商 :' . $supplier['supplier_code'] . ' 最后更新的供应商采购员列表为 : ' . \implode(',', $allChannelUids)); \dump('供应商 :' . $supplier['supplier_code'] . ' 最后更新的供应商采购员列表为 : ' . \implode(',', $allChannelUids));
if ($isUpdate) { if ($isUpdate) {
if ($allChannelUids) { SupplierChannelModel::where('supplier_id', $supplierId)->update([
SupplierChannelModel::where('supplier_id', $supplierId)->update([ 'channel_uid' => \implode(',', $allChannelUids),
'channel_uid' => \implode(',', $allChannelUids), ]);
]);
}
} }
} }
} }
......
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