agent-skill-backend/db
wangzhiwei 0d934f7287 feat(account): 添加问题字段和调用ID关联功能
- 在AccountFrozen实体和DTO中添加question字段用于记录用户问题或需求
- 在AccountTransaction实体中添加callId字段用于关联冻结单调用
- 更新数据库映射文件中的查询和插入语句以支持新增字段
- 在账户冻结服务中实现question字段的赋值逻辑
- 在冻结单释放时将question和callId传递到交易记录中
- 添加数据库表结构变更SQL脚本为account_frozen表增加question字段
- 添加数据库表结构变更SQL脚本为account_transaction表增加call_id字段及索引
- 在用户注册流程中实现邀请奖励机制为被邀请用户赠送积分
2026-04-14 21:38:05 +08:00
..
alter_account_add_createby_updateby.sql fix: 修复SMS sendMessage编译错误,重构login方法,使用Assert类替换直接抛出的BizException,添加favorite、history、create、has字段到登录返回结果,修复前端接口乱码问题,为所有实体类添加createBy和updateBy字段,确保CmsCategoryController#getPageList可无登录访问 2026-01-26 14:31:56 +08:00
alter_account_frozen_add_question.sql feat(account): 添加问题字段和调用ID关联功能 2026-04-14 21:38:05 +08:00
alter_account_transaction_add_call_id.sql feat(account): 添加问题字段和调用ID关联功能 2026-04-14 21:38:05 +08:00
alter_all_tables_add_createby_updateby.sql fix: 修复SMS sendMessage编译错误,重构login方法,使用Assert类替换直接抛出的BizException,添加favorite、history、create、has字段到登录返回结果,修复前端接口乱码问题,为所有实体类添加createBy和updateBy字段,确保CmsCategoryController#getPageList可无登录访问 2026-01-26 14:31:56 +08:00
alter_payment_order_pay_type.sql feat(content): 添加skill管理和支付配置功能 2026-03-03 14:55:06 +08:00
cms_content_like.sql fix: 修复SMS sendMessage编译错误,重构login方法,使用Assert类替换直接抛出的BizException,添加favorite、history、create、has字段到登录返回结果,修复前端接口乱码问题,为所有实体类添加createBy和updateBy字段,确保CmsCategoryController#getPageList可无登录访问 2026-01-26 14:31:56 +08:00
cms_content_view.sql fix: 修复SMS sendMessage编译错误,重构login方法,使用Assert类替换直接抛出的BizException,添加favorite、history、create、has字段到登录返回结果,修复前端接口乱码问题,为所有实体类添加createBy和updateBy字段,确保CmsCategoryController#getPageList可无登录访问 2026-01-26 14:31:56 +08:00
create_tables.sql feat(account): 扩展账户余额管理功能 2026-04-01 11:52:33 +08:00
init_data.sql Initial commit of backend project 2026-01-22 10:20:02 +08:00