Commit d4cb5d76 by 杨树贤

fix

parent 462f17b2
Showing with 0 additions and 2 deletions
......@@ -1475,14 +1475,12 @@ class DataService
\dump('供应商 :' . $supplier['supplier_code'] . ' 最后更新的供应商采购员列表为 : ' . \implode(',', $allChannelUids));
if ($isUpdate) {
if ($allChannelUids) {
SupplierChannelModel::where('supplier_id', $supplierId)->update([
'channel_uid' => \implode(',', $allChannelUids),
]);
}
}
}
}
// 2、附件表格里面,跟单采购员全部改为欧阳海梅,需要判断
// 1.3号之前黄瑜娜存在在联系人信息里,则更改黄瑜娜类型为猎芯采购
......
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