<iftest="workTitle != null and workTitle != ''"> and work_title = #{workTitle}</if>
<iftest="workTitle != null and workTitle != ''"> and work_title like concat('%', #{workTitle}, '%')</if>
<iftest="workType != null and workType != ''"> and work_type = #{workType}</if>
<iftest="workContent != null and workContent != ''"> and work_content = #{workContent}</if>
<iftest="workCreateEnterpriseName != null and workCreateEnterpriseName != ''"> and work_create_enterprise_name like concat('%', #{workCreateEnterpriseName}, '%')</if>