Commit c3643f04 by 杨树贤

供应商类型

parent 8d861188
Showing with 1 additions and 1 deletions
......@@ -493,7 +493,7 @@ class SupplierService
{
$model = new SupplierChannelModel();
$result = $model->where('supplier_id', $supplierId)->update([
'supplier_type' => 3,
'supplier_type' => 1,
'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