edit-sylive-static
This commit is contained in:
@@ -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
Reference in New Issue
Block a user