@@ -50,7 +50,7 @@ class MemberModel extends BaseModel
{
return $this->hasOne(MemberModel::class, 'parent_id','id')
->with(['account'])
- ->where(['status'=>1,'mark'=>1])
+ ->where(['mark'=>1])
->select(['id', 'nickname','avatar', 'realname','company','department','position', 'mobile', 'status']);
}