ruoyi-system/src/main/resources/mapper/system/TInspectionReportMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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>