query->from($this->tableName)->where('module', $module)->where('uniacid', $uniacid)->get(); return $result; } public function searchWithMultiid($multiid) { return $this->query->where('multiid', $multiid); } }