From 1f9dfe4e96e7d36f83ee66d0031b44d351e7afae Mon Sep 17 00:00:00 2001 From: lcc Date: Thu, 8 Aug 2024 11:52:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BA=BF=E7=B4=A2=E5=A4=84?= =?UTF-8?q?=E7=90=86=E6=96=B9=E5=BC=8F=E8=BF=94=E5=9B=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- market/controllers/api/sytopic/Enroll.php | 1 + 1 file changed, 1 insertion(+) 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']] ?: '';