diff --git a/market/controllers/api/sytopic/Enroll.php b/market/controllers/api/sytopic/Enroll.php index a5d0fcab..2f5ef9d2 100644 --- a/market/controllers/api/sytopic/Enroll.php +++ b/market/controllers/api/sytopic/Enroll.php @@ -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']] ?: '';