xuhy
6 天以前 ec213a71112c17cb268ae2c5336348f496e7b3ae
ruoyi-system/src/main/resources/mapper/system/TQaTestItemReportMapper.xml
@@ -54,6 +54,12 @@
            <if test="query.reportContent != null and query.reportContent != ''">
                and tqtir.report_content = #{query.reportContent}
            </if>
            <if test="query.teamIds != null and query.teamIds.size() > 0">
                and tqti.team_id in
                <foreach item="teamId" collection="query.teamIds" separator="," close=")" open="(" index="">
                    #{teamId}
                </foreach>
            </if>
            <if test="query.status != null">
                and tqtir.status = #{query.status}
            </if>