Commit 6346d17d by 杨树贤

优化

parent cf724b36
Showing with 1 additions and 1 deletions
......@@ -295,7 +295,7 @@ class SyncSupplierService
$data['data']['supplier_group_name'] = array_get(config('fixed.SupplierGroup'), $supplier['supplier_group']);
$data['data']['operation'] = $isEntity ? '确认' : '移除';
if ($isYunxinSupplier) {
$data['data']['is_yunxin_supplier'] = ' (芯链商家) ';
$data['data']['supplier_name'] .= ' (芯链商家) ';
}
if (!empty($supplier['yunxin_channel_uid'])) {
$yunxinChannelUser = (new AdminUserService())->getAdminUserInfoByCodeId($supplier['yunxin_channel_uid']);
......
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