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