xuhy
2025-09-02 5d2d6fdff67f8f9a7e65abdbb4b87dba07dcb32b
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=")">