<iftest="fIntersectConstructionId != null and fIntersectConstructionId != ''"> and info.f_project_code like concat('%', #{fIntersectConstructionId}, '%')</if>
<iftest="fTitle != null and fTitle != ''"> and inc.f_title like concat('%', #{fTitle}, '%')</if>
<iftest="fDescription != null and fDescription != ''"> and inc.f_description = #{fDescription}</if>
<iftest="fOccurrenctTime != null and fOccurrenctTime != ''"> and inc.f_occurrenct_time = #{fOccurrenctTime}</if>
<iftest="fAttachment != null and fAttachment != ''"> and inc.f_attachment = #{fAttachment}</if>
<iftest="fRemark != null and fRemark != ''"> and inc.f_remark = #{fRemark}</if>
<iftest="fUpdateTime != null and fUpdateTime != ''"> and inc.f_update_time = #{fUpdateTime}</if>
<iftest="fCompanyInfoId != null and fCompanyInfoId != ''"> and inc.f_company_info_id = #{fCompanyInfoId}</if>
<iftest="entUploadState != null and entUploadState != ''"> and inc.f_ent_upload_state = #{entUploadState}</if>