@ -31,7 +31,9 @@
<where>
<if test="reqVO.blockName !=null and reqVO.blockName !=''"> and t2.block_name like concat('%',#{reqVO.blockName},'%')</if>
<if test="reqVO.blockType !=null"> and t2.block_type =#{reqVO.blockType}</if>
and t2.deleted is false
</where>
order by t2.create_time desc
</select>
</mapper>