修改跟进记录显示状态

This commit is contained in:
“wanyongkang”
2025-05-17 11:49:43 +08:00
parent 73bce4e8f8
commit bbf663365d

View File

@@ -367,7 +367,10 @@ class UserFollow extends Controller
$info['manager'] = $manager_id_list[$info['op_user']]['RealName'];
switch($info['product_type']) {
case 'other_order':
$info['product_type'] = '其他IP产品订单';
$info['product_type'] = '合营IP订单';
break;
case 'self_order':
$info['product_type'] = '自营IP订单';
break;
case 'mogu_order':
$info['product_type'] = '蘑菇IP订单';