From 5a1b65c6c2345df9d8043828c4dd743bf60c6542 Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Thu, 4 May 2023 16:32:54 +0800 Subject: [PATCH] edit-annot-api --- home/controllers/h5/market/sylive2/Act.php | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/home/controllers/h5/market/sylive2/Act.php b/home/controllers/h5/market/sylive2/Act.php index fd46f249..d20dc1b1 100644 --- a/home/controllers/h5/market/sylive2/Act.php +++ b/home/controllers/h5/market/sylive2/Act.php @@ -591,23 +591,23 @@ class Act extends Wx { $this->sylive2_entity->kpi_log($params); } } - if($a_id==11){ - //通知第三方 - require_once COMMPATH . 'third_party/Syt.php'; - $syt = new Syt(); - $dlrCode = ""; - $mediaCaName = ""; - $leadNo = $this->uid; - //获取意向网点编码 - if($p_user){ - $user = $this->user_model->get(['userId'=>$act_user_row['channelId']]); - $mediaCaName = $user['uname']; - $group_user = $this->groups_user_model->get(['activityId' => $a_id, 'userId' => $act_user_row['channelId'], 'status' => 0]); - $biz = $this->market_sylive_organization_model->get(['organizationId'=>$group_user['bizId']]); - $dlrCode = $biz['comments']; - } - $syt->Tj($dlrCode,"活动客户",$mobile,$mediaCaName,$leadNo); - } +// if($a_id==11){ +// //通知第三方 +// require_once COMMPATH . 'third_party/Syt.php'; +// $syt = new Syt(); +// $dlrCode = ""; +// $mediaCaName = ""; +// $leadNo = $this->uid; +// //获取意向网点编码 +// if($p_user){ +// $user = $this->user_model->get(['userId'=>$act_user_row['channelId']]); +// $mediaCaName = $user['uname']; +// $group_user = $this->groups_user_model->get(['activityId' => $a_id, 'userId' => $act_user_row['channelId'], 'status' => 0]); +// $biz = $this->market_sylive_organization_model->get(['organizationId'=>$group_user['bizId']]); +// $dlrCode = $biz['comments']; +// } +// $syt->Tj($dlrCode,"活动客户",$mobile,$mediaCaName,$leadNo); +// } } $redis->delete($key); $this->show_json('',200, '预约成功');