Commit 2b6975c5 authored by zhangsen's avatar zhangsen

视频API加时间排序

parent edbfe321
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
where important_equipment_id = #{importantEquipmentId}) where important_equipment_id = #{importantEquipmentId})
</if> </if>
</where> </where>
ORDER BY v.create_date DESC
</select> </select>
<select id="getVideoAddressGroupList" resultType="java.lang.String"> <select id="getVideoAddressGroupList" resultType="java.lang.String">
SELECT SELECT
......
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