修改客户维护的数据显示

This commit is contained in:
“wanyongkang”
2025-05-17 11:37:18 +08:00
parent e81e23e0f1
commit 73bce4e8f8
2 changed files with 26 additions and 19 deletions

View File

@@ -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'],