Commit 0c1d868f by zhangkb

修改获取第一个有效节点按照最近修改时间升序拿

parent 65ca902b
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<foreach item="id" collection="codes" open="(" close=")" separator=","> <foreach item="id" collection="codes" open="(" close=")" separator=",">
#{id} #{id}
</foreach> </foreach>
order by last_update_time desc order by last_update_time asc
</select> </select>
<select id="findByCatalogIdIn" resultType="com.keymobile.indicators.model.entity.indicators.DriveIndCatalog" > <select id="findByCatalogIdIn" resultType="com.keymobile.indicators.model.entity.indicators.DriveIndCatalog" >
......
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