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>