This commit is contained in:
xiaoyu
2023-10-18 16:50:04 +08:00
parent 76a5890994
commit 4a977c7ba4
@@ -302,10 +302,6 @@ class Wx extends Common{
if($act_user['levelId3']!=$row_wechat['levelId3']){
$update_ac_user['levelId3'] = $row_wechat['levelId3'];
}
if($param['cf_uid']){
$p_act_user = $this->act_user_model->get(['userId'=>$param['cf_uid'],'activityId'=>$param['a_id']],'userId,channelId');
$update_ac_user['pid'] = $p_act_user['userId'];
}
$update_ac_user && $this->act_user_model->update($update_ac_user,['id'=>$act_user['id']]);
}
$_SESSION[self::SESSION_KEY]['userId'] = $this->uid;