fix(api): 修改立减金状态标签为立减金核销状态

- 更新metadata.go中立减金状态标签为“立减金核销状态”
- 更新fields.go中立减金状态标签为“立减金核销状态”
This commit is contained in:
zhouyonggao 2025-12-18 17:07:10 +08:00
parent 089dd52722
commit 1e36d40bb1
2 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ func marketingMetadataTables() []tableInfo {
{Key: "order_voucher.channel_voucher_id", Field: "channel_voucher_id", Label: "立减金ID", Hidden: false},
{Key: "order_voucher.rule", Field: "rule", Label: "立减金规则", Hidden: true},
{Key: "order_voucher.grant_time", Field: "grant_time", Label: "立减金领取时间", Hidden: false},
{Key: "order_voucher.status", Field: "status", Label: "立减金状态", Hidden: false},
{Key: "order_voucher.status", Field: "status", Label: "立减金核销状态", Hidden: false},
{Key: "order_voucher.usage_time", Field: "usage_time", Label: "核销时间", Hidden: false},
{Key: "order_voucher.refund_time", Field: "refund_time", Label: "退款时间", Hidden: true},
{Key: "order_voucher.status_modify_time", Field: "status_modify_time", Label: "立减金状态更新时间", Hidden: true},

View File

@ -102,7 +102,7 @@ func AllLabels() map[string]string {
"order_voucher.channel_voucher_id": "渠道立减金ID",
"order_voucher.channel_user_id": "渠道用户ID",
"order_voucher.account": "发券账号",
"order_voucher.status": "立减金状态",
"order_voucher.status": "立减金核销状态",
"order_voucher.receive_mode": "立减金领取方式",
"order_voucher.grant_time": "领取时间",
"order_voucher.usage_time": "核销时间",