From d15b4830625c80a18e043d87ba95053fe68d47ef Mon Sep 17 00:00:00 2001 From: momo <1012651275@qq.com> Date: Thu, 2 Nov 2023 15:22:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=AE=A2=E5=8D=95=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/repositories/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/repositories/order.go b/service/repositories/order.go index ed8a7522..4bad3aa4 100644 --- a/service/repositories/order.go +++ b/service/repositories/order.go @@ -1250,7 +1250,7 @@ func (d *defaultOrder) CreatePrePaymentByDeposit(ctx context.Context, in *Create PayStage: 1, Total: OrderPayTotal{ Amount: amount, - Label: "", + Label: "支付首款后期统一调整", }, }, }, nil