ruoyi-system/src/main/resources/mapper/system/TQaTestItemReportMapper.xml
@@ -57,6 +57,9 @@ <if test="query.status != null"> and tqtir.status = #{query.status} </if> <if test="query.status == null"> and tqtir.status != -1 </if> AND tqtir.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} </where> ORDER BY tqtir.create_time DESC