修改跟进记录显示状态
This commit is contained in:
@@ -367,7 +367,10 @@ class UserFollow extends Controller
|
|||||||
$info['manager'] = $manager_id_list[$info['op_user']]['RealName'];
|
$info['manager'] = $manager_id_list[$info['op_user']]['RealName'];
|
||||||
switch($info['product_type']) {
|
switch($info['product_type']) {
|
||||||
case 'other_order':
|
case 'other_order':
|
||||||
$info['product_type'] = '其他IP产品订单';
|
$info['product_type'] = '合营IP订单';
|
||||||
|
break;
|
||||||
|
case 'self_order':
|
||||||
|
$info['product_type'] = '自营IP订单';
|
||||||
break;
|
break;
|
||||||
case 'mogu_order':
|
case 'mogu_order':
|
||||||
$info['product_type'] = '蘑菇IP订单';
|
$info['product_type'] = '蘑菇IP订单';
|
||||||
|
|||||||
Reference in New Issue
Block a user