Commit 775ee0a8 authored by wxl's avatar wxl

no message

parent 236974b8
......@@ -125,7 +125,7 @@ class EventService
}else{
$users = _user($val['uid']);
}
$guguan=Db::name('member_guanzhu')->where("uid = ".$uid ." and gz_uid = ".$val['gz_uid'] .") or ( uid = ".$val['gz_uid'] ." and gz_uid = ".$uid )->count();
$guguan=Db::name('member_guanzhu')->where("uid = ".$val['uid'] ." and gz_uid = ".$val['gz_uid'] .") or ( uid = ".$val['gz_uid'] ." and gz_uid = ".$val['uid'] )->count();
$data[$key]['img']=$users['img']."?imageView2/1/w/100/h/100";
$data[$key]['username'] = $users['username'];
$status=$status>0?1:2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment