修改客户维护的数据显示
This commit is contained in:
@@ -281,7 +281,10 @@ class UserFollow extends Controller
|
||||
$info['op_user'] = $manager_info['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订单';
|
||||
@@ -472,7 +475,7 @@ class UserFollow extends Controller
|
||||
'sell_money' => 0,
|
||||
'sell_type' => 0,
|
||||
];
|
||||
if ($data['product_type'] == 'other_order' || $data['product_type'] == 'mogu_order' || $data['product_type'] == 'jihu_order' || $data['product_type'] == 'jiguang_order') {
|
||||
if ($data['product_type'] == 'other_order' || $data['product_type'] == 'self_order' ) {
|
||||
$sell_where = [
|
||||
'UserId' => $data['user_id'],
|
||||
'PaymentAmount' => $data['sell_money'],
|
||||
|
||||
Reference in New Issue
Block a user