Commit a981c2e8 authored by 李秀明's avatar 李秀明

fix(设备资料): 设备平台-设备资料列表增加时间排序

parent a76c0dc5
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
</if> </if>
</where> </where>
group by `name` group by `name`
order by create_date desc
</select> </select>
<select id="getCountInfo" resultType="java.util.Map"> <select id="getCountInfo" resultType="java.util.Map">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment