添加查询排序

main
吴顺杰 5 months ago
parent c403f6b62d
commit 37af50a6bf

@ -42,6 +42,7 @@
and ai_num <= #{req.aiNumMax}
</if>
</where>
order by update_time desc
</select>
<select id="findAll" resultType="com.yingji.entity.Alarm">
@ -81,5 +82,6 @@
and ai_num &lt;= #{req.aiNumMax}
</if>
</where>
order by update_time desc
</select>
</mapper>
Loading…
Cancel
Save