xuhy
2 天以前 dda2e3f49fe9c942fb6a487204ff8c8e66e46a12
ruoyi-system/src/main/resources/mapper/system/TInspectionReportMapper.xml
@@ -50,7 +50,7 @@
                </foreach>
            </if>
            <if test="query.roleType != null and query.roleType == 4">
                and tir.status = 1
                and tir.status in (-1, 1)
            </if>
            <if test="query.status == null">
                and tir.status != -1