Commit d85ff49a by 杨树贤

拉黑理由

parent e87e12f3
Showing with 2 additions and 0 deletions
......@@ -163,8 +163,10 @@ class SyncSupplierService
//实体名单和黑名单都要拉黑,如果不属于黑名单,那么就要将状态改成审核中
if ($companyCategory != '普通供应商') {
$data['status'] = SupplierChannelModel::STATUS_BLOCK;
$data['block_reason'] = '一体化系统黑名单供应商';
} elseif ($isEntity) {
$data['status'] = SupplierChannelModel::STATUS_BLOCK;
$data['block_reason'] = '一体化系统黑名单供应商';
} else {
$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