xuhy
1 天以前 2722dc6f67453da09b2d5338104a4989272ca39b
ruoyi-system/src/main/resources/mapper/system/TInspectionReportMapper.xml
@@ -56,7 +56,7 @@
                and tir.status != -1
            </if>
            <if test="query.createBy != null and query.createBy != ''">
                and tir.create_by = #{query.createBy}
                and tir.create_by like concat('%',#{query.createBy},'%')
            </if>
            and tir.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
        </where>