@@ -76,7 +76,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<iftest="fCompanyInfoId != null and fCompanyInfoId != ''"> and da.f_company_info_id = #{fCompanyInfoId}</if>
<iftest="beginRepDate != null and endRepDate != null">and da.f_gov_upload_time between #{beginRepDate} and #{endRepDate}</if>
<iftest="fReportStatus != null and fReportStatus != ''">da.f_report_status = #{fReportStatus}</if>
<iftest="fReportStatus != null and fReportStatus != ''">and da.f_report_status = #{fReportStatus}</if>
<iftest="enterpriseName != null and enterpriseName != ''"> and en.enterprise_name like concat('%', #{enterpriseName}, '%')</if>
<iftest="fCalendarDate != null"> and f_calendar_date = #{fCalendarDate}</if>
<iftest="beginCurrentMonthDate != null and endCurrentMonthDate != null">and da.f_calendar_date between #{beginCurrentMonthDate} and #{endCurrentMonthDate}</if>