|
...
|
...
|
@@ -97,7 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
${params.dataScope}
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
order by a.create_time desc,a.order_by asc
|
|
|
|
order by a.create_time desc,a.order_by asc,a.id desc
|
|
|
|
</select>
|
|
|
|
|
|
|
|
<select id="selectIotTerminalListByUserId" parameterType="IotTerminal" resultMap="IotTerminalResult">
|
...
|
...
|
|