query->where('uid', $uid); } else { $this->query->where('uniacid', $uniacid); } return $this; } }