ruoyi-system/src/main/resources/mapper/system/TQaTestItemMapper.xml
@@ -44,6 +44,9 @@ <if test="query.status != null"> and tqti.status = #{query.status} </if> <if test="query.status == null"> and tqti.status != -1 </if> <if test="query.teamIds != null and query.teamIds.size() > 0"> and tqti.team_id in <foreach collection="query.teamIds" item="teamId" open="(" separator="," close=")">