吉安感知网项目-后端
rain
2026-01-23 019f3dd14f140a3381aec0bb696e3a84f76c45e4
drone-ops/drone-log/src/main/java/org/sxkj/core/log/mapper/OperationLogMapper.xml
@@ -29,6 +29,9 @@
            <if test="param.title!=null and param.title!=''">
                and title like concat('%',#{param.title},'%')
            </if>
            <if test="param.type!=null and param.type!=''">
                and type = #{param.type}
            </if>
            <if test="param.createBy!=null and param.createBy!=''">
                and create_by like concat('%',#{param.createBy},'%')
            </if>