- 在AccountFrozen实体和DTO中添加question字段用于记录用户问题或需求 - 在AccountTransaction实体中添加callId字段用于关联冻结单调用 - 更新数据库映射文件中的查询和插入语句以支持新增字段 - 在账户冻结服务中实现question字段的赋值逻辑 - 在冻结单释放时将question和callId传递到交易记录中 - 添加数据库表结构变更SQL脚本为account_frozen表增加question字段 - 添加数据库表结构变更SQL脚本为account_transaction表增加call_id字段及索引 - 在用户注册流程中实现邀请奖励机制为被邀请用户赠送积分 |
||
|---|---|---|
| .. | ||
| alter_account_add_createby_updateby.sql | ||
| alter_account_frozen_add_question.sql | ||
| alter_account_transaction_add_call_id.sql | ||
| alter_all_tables_add_createby_updateby.sql | ||
| alter_payment_order_pay_type.sql | ||
| cms_content_like.sql | ||
| cms_content_view.sql | ||
| create_tables.sql | ||
| init_data.sql | ||