gcx/backend/services/user-service/src
hailin 6f70d7a2c2 fix(issuer/user): fix TypeORM databaseName error in coupon join + wallet frozen column name
- Replace leftJoinAndMapOne(Issuer entity) with two-step query to avoid TypeORM
  metadata lookup error ('Cannot read databaseName of undefined')
- Extract unique issuer IDs from coupon results, then batch-fetch issuers and attach
- Fix wallet entity: map frozenBalance to 'frozen' column (not 'frozen_balance')

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 06:53:09 -08:00
..
application fix(ui): 修复登录页中英混用 + 搜索栏溢出,更新品牌口号并支持后台配置 2026-03-03 20:41:37 -08:00
domain fix(issuer/user): fix TypeORM databaseName error in coupon join + wallet frozen column name 2026-03-05 06:53:09 -08:00
infrastructure fix(auth): JwtStrategy.validate() return id not sub 2026-03-04 23:52:53 -08:00
interface/http feat: 全平台API对齐 — 4个前端应用55+页面接入真实后端API 2026-02-22 22:53:07 -08:00
app.module.ts feat(health): 为全部12个微服务添加Docker健康检查 2026-02-20 05:39:25 -08:00
main.ts feat: 完成全部后端微服务开发 (10服务/373文件/15586行代码) 2026-02-12 17:09:12 -08:00
user.module.ts fix(auth): add local JwtStrategy to all services, fix @genex/common import 2026-03-04 23:00:39 -08:00