and a.wrt_organ in
#{organCd}
AND a.ivsgt_type = #{ivsgtType}
AND a.wrt_user_nm LIKE '%'||#{wrtUserNm}||'%'
AND a.wrt_organ = #{wrtOrgan}
AND a.wrt_part = #{wrtPart}
AND a.wrt_user_seq = #{wrtUserSeq}
AND a.title LIKE '%'||#{title}||'%'
AND a.arrest_cd = #{arrestCd}
AND a.arrest_cd2 = #{arrestCd2}
And a.wrt_dt >= #{startDate}::DATE
AND a.wrt_dt <= #{endDate}::DATE+1