Commit f2e8a1ff by 杨树贤

拉黑

parent 31e41ea0
Showing with 1 additions and 1 deletions
......@@ -168,7 +168,7 @@ class SyncSupplierService
$data['status'] = SupplierChannelModel::STATUS_BLOCK;
$data['block_reason'] = '一体化系统黑名单供应商';
} else {
//从拉黑变成审核中,才变成审核中,因为有可能不是修改公司类型,只是修改公司性质
//判断原来是拉黑状态,才变成审核中,因为有可能不是修改公司类型,只是修改公司性质
if ($supplier['status'] == SupplierChannelModel::STATUS_BLOCK) {
$data['status'] = SupplierChannelModel::STATUS_IN_REVIEW;
}
......
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