Commit e391add5 by 杨树贤

优化添加采购员的数据存储

parent 1716af0a
Showing with 2 additions and 0 deletions
......@@ -331,6 +331,8 @@ class SupplierService
$contact = [
'supplier_id' => $supplierId,
'can_check_uids' => $channelUid,
'add_time'=> time(),
'admin_id' => request()->user->userId,
];
$contactResult = $contactModel->insert($contact);
}
......
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