增加线索处理方式返回值
This commit is contained in:
@@ -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']] ?: '';
|
||||
|
||||
Reference in New Issue
Block a user