This website requires JavaScript.
Explore
Help
Sign In
tangweijie
/
xlcp-backend
Watch
1
Star
0
Fork
0
You've already forked xlcp-backend
Code
Issues
5
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
xlcp-backend
/
yudao-module-iot
/
yudao-module-iot-biz
/
src
/
main
/
resources
/
mapper
/
device
History
alwayssuper
2905efec28
Merge branch 'feature/iot' of
https://gitee.com/zhijiantianya/ruoyi-vue-pro
into feature/iot
2025-07-03 07:43:14 +08:00
..
IotDeviceMessageMapper.xml
fix:iot首页统计中存在的TDengine中的SQL特异性问题:在TDengine中,GROUP BY子句不能直接使用别名。在你的SQL中,你先使用TIMETRUNCATE(ts, 1h) AS time定义了一个别名time,然后在GROUP BY time中使用了这个别名,这在TDengine中是不允许的。
2025-06-23 08:38:59 +08:00
IotDevicePropertyMapper.xml
feat:【IoT 物联网】获取设备属性时,即使没有值,也进行返回,和 aliyun 保持一致
2025-06-18 23:27:27 +08:00