提交 a7b01596 编写于 作者: Skyeye云's avatar Skyeye云

添加排序查询

上级 53d83083
......@@ -12,6 +12,7 @@
<if test="iconClass != '' and iconClass != null">
AND a.icon_class LIKE '%${iconClass}%'
</if>
ORDER BY a.create_time DESC
</select>
<insert id="insertSysIconMation" parameterType="java.util.Map">
......@@ -76,6 +77,7 @@
a.icon_class iconClass
FROM
sys_eve_icon a
ORDER BY a.create_time DESC
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册