<iftest="workTitle != null and workTitle != ''"> and work_title = #{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>
<iftest="workCreateEnterpriseId != null and workCreateEnterpriseId != ''"> and work_create_enterprise_id = #{workCreateEnterpriseId}</if>
<iftest="workAssignEnterproseName != null and workAssignEnterproseName != ''"> and work_assign_enterprose_name like concat('%', #{workAssignEnterproseName}, '%')</if>
<iftest="workAssignEnterproseId != null "> and work_assign_enterprose_id = #{workAssignEnterproseId}</if>
<iftest="workAssignManId != null "> and work_assign_man_id = #{workAssignManId}</if>
<iftest="workAssignMan != null and workAssignMan != ''"> and work_assign_man = #{workAssignMan}</if>
<iftest="workStatus != null and workStatus != ''"> and work_status = #{workStatus}</if>
<iftest="inspectionDate != null "> and inspection_date = #{inspectionDate}</if>
<iftest="inspectionRoute != null and inspectionRoute != ''"> and inspection_route = #{inspectionRoute}</if>
<iftest="problemDescription != null and problemDescription != ''"> and problem_description = #{problemDescription}</if>
<iftest="iconUrl != null and iconUrl != ''"> and icon_url = #{iconUrl}</if>
<iftest="rectificationPlan != null and rectificationPlan != ''"> and rectification_plan = #{rectificationPlan}</if>
<iftest="rectificationResult != null and rectificationResult != ''"> and rectification_result = #{rectificationResult}</if>
<iftest="responsibleUnit != null and responsibleUnit != ''"> and responsible_unit = #{responsibleUnit}</if>
<iftest="responsiblePerson != null and responsiblePerson != ''"> and responsible_person = #{responsiblePerson}</if>
<iftest="expiryDate != null "> and expiry_date = #{expiryDate}</if>
<iftest="isDel != null and isDel != ''"> and is_del = #{isDel}</if>
<iftest="remarks != null and remarks != ''"> and remarks = #{remarks}</if>