mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-23 21:08:09 +00:00
自动化代码生成的 service 层方法签名带 ctx 参数,但函数体内 DB 操作未调用 WithContext(ctx),导致请求取消/超时/链路追踪无法传播 到数据库操作。本次给 package 和 plugin 两个 service 模板的所有 DB 操作补上 WithContext(ctx)。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>