ruoyi-system/src/main/resources/mapper/system/TInspectionReportMapper.xml
@@ -50,13 +50,13 @@ </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 </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>