and WRK_NO = #{wrkNo}
and TASK_NO = #{taskNo}
and STATUS = #{status}
and BARCODE = #{barcode}
and START_POINT = #{startPoint}
and TARGET_POINT = #{targetPoint}
and MODI_TIME between #{modiTimeStart} and #{modiTimeEnd}
and (
WRK_NO LIKE #{searchPattern}
or TASK_NO LIKE #{searchPattern}
or BARCODE LIKE #{searchPattern}
or START_POINT LIKE #{searchPattern}
or TARGET_POINT LIKE #{searchPattern}
)