Commit 7f125279 by 冷斌

族员审核列表

parent 3ed2ff2f
...@@ -40,8 +40,8 @@ class Model_User extends PhalApi_Model_NotORM ...@@ -40,8 +40,8 @@ class Model_User extends PhalApi_Model_NotORM
$info['anchor_certification'] = $anchor_certification; $info['anchor_certification'] = $anchor_certification;
$type=0; $type=0;
$familyinfo=DI()->notorm->family->where("uid=".$uid)->find(); $familyinfo=DI()->notorm->family->where("uid=".$uid)->fetchOne();
$user_family=DI()->notorm->users_family->where("uid=".$uid)->find(); $user_family=DI()->notorm->users_family->where("uid=".$uid)->fetchOne();
if (!empty($familyinfo)) { if (!empty($familyinfo)) {
$type = 1; $type = 1;
} }
......
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