xuhy
2 天以前 a0c2e172574bdf5c50fe31803756a3f0c869a9dd
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