增加线索处理方式返回值

This commit is contained in:
lcc
2024-08-08 11:52:43 +08:00
parent bb5ea189cc
commit 1f9dfe4e96
@@ -100,6 +100,7 @@ class Enroll extends BaseController
'name' => $val['name'],
'mobile' => $val['mobile'],
'enTime' => $val['enTime'],
'enrollDeal' => (int)$val['enrollDeal']
];
$tmp_data['channelName'] = $channelUserMap[$val['channelId']] ?: '';
$tmp_data['topicTitle'] = $topicMap[$val['topicId']] ?: '';