$list = $this->whereIn("work_type", [1,2,3])->select();
$this->whereIn("work_type", [1,2,3])->fetchSql(true)->select();