xuhy
2 天以前 a0c2e172574bdf5c50fe31803756a3f0c869a9dd
ruoyi-system/src/main/resources/mapper/system/TInspectionReportMapper.xml
@@ -41,6 +41,9 @@
            <if test="query.status != null">
                and tir.status = #{query.status}
            </if>
            <if test="query.status == null">
                and tir.status != -1
            </if>
            <if test="query.createBy != null and query.createBy != ''">
                and tir.create_by = #{query.createBy}
            </if>