feat:【IoT 物联网】完善设备消息的查询
This commit is contained in:
@@ -55,12 +55,6 @@
|
||||
<if test="reqVO.upstream != null">
|
||||
AND upstream = #{reqVO.upstream}
|
||||
</if>
|
||||
<if test="reqVO.startTime != null">
|
||||
AND ts >= #{reqVO.startTime}
|
||||
</if>
|
||||
<if test="reqVO.endTime != null">
|
||||
AND ts <= #{reqVO.endTime}
|
||||
</if>
|
||||
</where>
|
||||
ORDER BY ts DESC
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user