正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -97,7 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | @@ -97,7 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | ||
| 97 | ${params.dataScope} | 97 | ${params.dataScope} |
| 98 | </if> | 98 | </if> |
| 99 | </where> | 99 | </where> |
| 100 | - order by a.create_time desc,a.order_by asc | 100 | + order by a.create_time desc,a.order_by asc,a.id desc |
| 101 | </select> | 101 | </select> |
| 102 | 102 | ||
| 103 | <select id="selectIotTerminalListByUserId" parameterType="IotTerminal" resultMap="IotTerminalResult"> | 103 | <select id="selectIotTerminalListByUserId" parameterType="IotTerminal" resultMap="IotTerminalResult"> |
-
请 注册 或 登录 后发表评论