Commit a38711f8 by 杨树贤

临时转正式等级为E置空

parent 070cb964
Showing with 3 additions and 0 deletions
......@@ -176,6 +176,9 @@ class SupplierService
if ($channel['supplier_type'] == SupplierChannelModel::SUPPLIER_TYPE_OFFICIAL &&
$oldSupplier['supplier_type'] == SupplierChannelModel::SUPPLIER_TYPE_TEMPORARY) {
$channel['need_review'] = 1;
if ($channel['level']=='E') {
$channel['level'] = '';
}
}
$channel['system_tags'] = trim(implode(',', $channel['system_tags']), ',');
......
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