Commit d7e89d0a by 杨树贤

Merge branch 'ysx-一体化黑名单功能-20220712' into ysx-供应商需求-20220707

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