作者 钟来

修改终端查询bug

... ... @@ -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">
... ...
... ... @@ -29,7 +29,7 @@ mqtt:
client:
#客户端操作时间
operationTime: 10
productids: 39
productids: 41
#rocketmq配置信息
rocketmq:
... ...