XuqmGroup-Server/update-service/src/main/java/com/xuqm/update
XuqmGroup d127ce785f fix(update-service): 服务开通检查改为查 t_feature_service.enabled,而非 existsByAppKey
existsByAppKey 在服务关闭但历史版本仍存在时会误判为已开通。
改为调 tenant-service 内部接口 /services/{platform}/UPDATE 查 enabled 字段。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 13:02:28 +08:00
..
config feat(update-service): 更新服务未开通时返回 error 40404,修复多处编译错误 2026-06-17 12:21:54 +08:00
controller fix(update-service): 服务开通检查改为查 t_feature_service.enabled,而非 existsByAppKey 2026-06-17 13:02:28 +08:00
entity feat(update): 添加 API Key 管理和 WebSocket 实时通知功能 2026-06-11 12:25:16 +08:00
handler feat(update): 添加 API Key 管理和 WebSocket 实时通知功能 2026-06-11 12:25:16 +08:00
model feat(private-deploy): 支持 MySQL/Redis 外部连接和托管模式部署 2026-05-18 18:37:10 +08:00
repository fix(update-service): 服务开通检查改为查 t_feature_service.enabled,而非 existsByAppKey 2026-06-17 13:02:28 +08:00
service fix(update-service): 服务开通检查改为查 t_feature_service.enabled,而非 existsByAppKey 2026-06-17 13:02:28 +08:00
UpdateServiceApplication.java feat(update): add app store distribution — store config, server-side submission, scheduled publish, webhook 2026-04-29 00:34:17 +08:00