edit-sylive-static

This commit is contained in:
lccsw
2023-04-29 10:24:31 +08:00
parent a49bb4cbad
commit 4fe61d370e
2 changed files with 316 additions and 277 deletions
+3 -3
View File
@@ -593,7 +593,7 @@ class Act extends Wx {
}
}
$redis->delete($key);
if($this->a_id==11){
if($a_id==11){
//通知第三方
require_once COMMPATH . 'third_party/Syt.php';
$syt = new Syt();
@@ -603,8 +603,8 @@ class Act extends Wx {
//获取意向网点编码
if($p_user){
$mediaCaName = $p_user['uname'];
$bizUser = $this->user_model->get(['userId'=>$p_user['userId']]);
$biz = $this->market_sylive_organization_model->get(['organizationId'=>$bizUser['bizId']]);
$group_user = $this->groups_user_model->get(['activityId' => $a_id, 'userId' => $this->uid, 'status' => 0]);
$biz = $this->market_sylive_organization_model->get(['organizationId'=>$group_user['bizId']]);
$dlrCode = $biz['comments'];
}
$syt->Tj($dlrCode,"活动客户",$mobile,$mediaCaName,$leadNo);
File diff suppressed because it is too large Load Diff