Commit 8d861188 by 杨树贤

转正供应商也要改变供应商类型

parent 119c17b3
Showing with 1 additions and 0 deletions
......@@ -493,6 +493,7 @@ class SupplierService
{
$model = new SupplierChannelModel();
$result = $model->where('supplier_id', $supplierId)->update([
'supplier_type' => 3,
'update_time' => time(),
'is_type' => $isType,
'status' => SupplierChannelModel::STATUS_PENDING,
......
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