通用物联网网关
Go to file
zhuangtianxiang 78540a0416 feat(message): 添加公告创建时间字段并修复未读消息计数逻辑
- 在 AdminNoticeVo 中添加 createTime 字段,用于显示公告创建时间
- 在 UserNoticeMapper.xml 中添加 createTime 的 MyBatis映射
- 修复 UserNoticeServiceImpl 中 countUnread 方法的逻辑错误,改为正确计算未读消息数量
2025-03-26 20:56:56 +08:00
.mvn/wrapper first update 2024-11-01 17:19:12 +08:00
src feat(message): 添加公告创建时间字段并修复未读消息计数逻辑 2025-03-26 20:56:56 +08:00
storage feat(device): 优化设备数据推送频率并添加设备附件删除功能- 调整数据推送频率:将 DataPushTask 类中的 pushData 方法执行频率从 20000 毫秒改为 3000 毫秒 2025-03-25 20:43:57 +08:00
.gitattributes first update 2024-11-01 17:19:12 +08:00
.gitignore update gitignore 2024-11-01 17:18:02 +08:00
compose.yaml first update 2024-11-01 17:19:12 +08:00
LICENSE Initial commit 2024-10-23 10:13:18 +08:00
mvnw first update 2024-11-01 17:19:12 +08:00
mvnw.cmd first update 2024-11-01 17:19:12 +08:00
pom.xml feat(iot): 优化设备管理功能 2025-03-20 19:34:00 +08:00
README.md Initial commit 2024-10-23 10:13:18 +08:00

iot-gateway

通用物联网网关