Commit e3185192 by 冷斌

踢人

parent b0a95f4f
...@@ -5,7 +5,7 @@ class Model_User extends PhalApi_Model_NotORM ...@@ -5,7 +5,7 @@ class Model_User extends PhalApi_Model_NotORM
/* 用户全部信息 */ /* 用户全部信息 */
public function getBaseInfo($uid) public function getBaseInfo($uid)
{ {
$info = DI()->notorm->users->select("openid,id,mobile,user_nicename,avatar,avatar_thumb,sex,signature,coin,votes,consumption,votestotal,province,city,birthday") $info = DI()->notorm->users->select("openid,id,mobile,user_nicename,avatar,avatar_thumb,sex,signature,coin,votes,f_votes,ban_cash,i_votes,consumption,votestotal,province,city,birthday")
->where('id=? and user_type="2"', $uid) ->where('id=? and user_type="2"', $uid)
->fetchOne(); ->fetchOne();
if ($info) { if ($info) {
......
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