XiaoRuby
2023-09-23 064457406bda554e713aea8bada1bb066be42b8e
inspection-server/src/main/resources/mapper/ReportMapper.xml
@@ -29,6 +29,9 @@
                or i.code like concat('%', #{name}, '%')
                or r.code like concat('%', #{name}, '%')
            </if>
            <if test="checked != false and id != null">
                and i.user_id=#{id}
            </if>
        </where>
        order by r.id
    </select>