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>