From 8586161442cbe058fae93bfd35a468485b9b505e Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期一, 30 六月 2025 21:15:46 +0800
Subject: [PATCH] bug修改

---
 ruoyi-system/src/main/resources/mapper/system/TQaTestItemReportMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ruoyi-system/src/main/resources/mapper/system/TQaTestItemReportMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TQaTestItemReportMapper.xml
index 054e636..a311bb6 100644
--- a/ruoyi-system/src/main/resources/mapper/system/TQaTestItemReportMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/TQaTestItemReportMapper.xml
@@ -31,6 +31,7 @@
         <include refid="Base_Column_List" />
         from t_qa_test_item_report
         where item_id = #{itemId}
+        AND disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
         order by create_time desc
     </select>
     <select id="pageList" resultType="com.ruoyi.system.vo.TQaTestItemReportVO">

--
Gitblit v1.7.1