mobilebroken/nflg-mobilebroken-admin
曹鹏飞 5e89b47d58 refactor(message): 优化消息系统实现并改进部署工具
- 移除AdminApplication中的@EnableAsync注解
- 从AdminMessage实体中删除key字段和@TableField注解
- 在AdminMessageServiceImpl中添加setReaded方法实现
- 修改未读消息统计逻辑,使用source分组而非key
- 从AdminNotReadTicketMessageCountVO中移除sourceId字段
- 在AppUserController中添加adminMessageService注入和消息已读处理逻辑
- 从bootstrap.properties中移除gateway服务发现路由配置
- 优化DeepSeekTranslate中的翻译提示格式
- 在DeployTest中添加MD5文件校验机制替换时间戳比较
- 重构SSH工具类的命令执行方法,添加execWithReturn功能
- 移除过时的文件属性获取方法
- 在DispatchController中添加消息已读状态更新逻辑
- 更新AdminTicketVO中负责人字段的导出配置
2025-12-28 18:06:16 +08:00
..
src refactor(message): 优化消息系统实现并改进部署工具 2025-12-28 18:06:16 +08:00
pom.xml fix(service): 修正设备数据状态更新逻辑 2025-12-18 18:08:56 +08:00