ruoyi-modules/ruoyi-system/src/main/resources/mapper/config/SysTagMapper.xml
@@ -22,6 +22,7 @@ <if test="param.tagName!=null and param.tagName !=''"> AND tag_name LIKE CONCAT('%',#{param.tagName},'%') </if> ORDER BY create_time DESC </select> </mapper>