zouyu
2026-04-22 fbbfb006e1d745ca3b7ae9ef497c06da4128f380
inspect-server/src/main/resources/mapper/InsUnqualifiedHandlerMapper.xml
@@ -107,12 +107,12 @@
            FROM
            common_oa
            ) AS coa ON iuh.request_id = coa.workflow_id AND coa.rn = 1
            <where>
                <if test="feedbackStartDate!=null and feedbackEndDate !=null">
                    AND iuh.feedback_time between #{feedbackStartDate} AND #{feedbackEndDate}
                </if>
            </where>
        )tempA
        <where>
            <if test="feedbackStartDate!=null and feedbackEndDate !=null">
                AND feedback_time between #{feedbackStartDate} AND #{feedbackEndDate}
            </if>
        </where>
        <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''">
            ${ew.customSqlSegment}
        </if>