xuhy
1 天以前 2722dc6f67453da09b2d5338104a4989272ca39b
bug修改
1个文件已修改
2 ■■■ 已修改文件
ruoyi-system/src/main/resources/mapper/system/TInspectionReportMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>