吉安感知网项目-后端
xiebin
2026-01-23 5c60c317fe704ead20e10ee12dc652416253cd76
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>