From d8ffa5507cf004f459a4baa5bf6d98e9220e4dc3 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Thu, 18 Dec 2025 16:51:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(schema):=20=E4=BF=AE=E6=94=B9=E7=AB=8B?= =?UTF-8?q?=E5=87=8F=E9=87=91=E9=A2=86=E5=8F=96=E6=96=B9=E5=BC=8F=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 order_voucher.receive_mode 字段描述从“领取方式”更新为“立减金领取方式” --- server/internal/schema/fields.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/internal/schema/fields.go b/server/internal/schema/fields.go index cf8fdff..f1431b3 100644 --- a/server/internal/schema/fields.go +++ b/server/internal/schema/fields.go @@ -103,7 +103,7 @@ func AllLabels() map[string]string { "order_voucher.channel_user_id": "渠道用户ID", "order_voucher.account": "发券账号", "order_voucher.status": "立减金状态", - "order_voucher.receive_mode": "领取方式", + "order_voucher.receive_mode": "立减金领取方式", "order_voucher.grant_time": "领取时间", "order_voucher.usage_time": "核销时间", "order_voucher.refund_time": "退款时间",