Commit 0c07c20b by 冷斌

add

parent dc360af5
......@@ -193,7 +193,7 @@ class Model_User extends PhalApi_Model_NotORM
}
/* 钱包信息 */
$accountinfo = DI()->notorm->cmf_users_info_auth->select("*")->where('uid=? and status=?', $uid, 1)->andWhere()->fetchOne();
$accountinfo = DI()->notorm->users_info_auth->select("*")->where('uid=? and status=?', $uid, 1)->andWhere()->fetchOne();
if (!$accountinfo) {
return 1007;
}
......
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