feat:【IoT 物联网】完善设备消息的查询

This commit is contained in:
YunaiV
2025-06-14 11:10:54 +08:00
parent 72245b5b0d
commit d346a8d2ae
13 changed files with 136 additions and 126 deletions

View File

@@ -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 &lt;= #{reqVO.endTime}
</if>
</where>
ORDER BY ts DESC
</select>