where(['renewal_status' => 1]) ->select(); return $result; } public function findRenewal($condition) { $result = $this ->where($condition) ->find(); return $result; } }