<!-- 查询 设备List 的 某天,并且小于当前小时的,耗电 记录 -->
    <select >
            #{item.id}
        </foreach>
        and c.recordTime
        &gt;=#{startTime}

        and c.recordTime &lt;= #{endTime}

    </select>

相关文章:

  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-10-19
  • 2021-11-07
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案