From 03216c1815d5edb68a83afd34fbd7a61d980c30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Mon, 17 Mar 2025 09:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=93=E5=B1=95=E5=8F=82=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/data/repoimpl/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/data/repoimpl/order.go b/internal/data/repoimpl/order.go index 962f299..f03f9d2 100644 --- a/internal/data/repoimpl/order.go +++ b/internal/data/repoimpl/order.go @@ -66,6 +66,7 @@ func (p *OrderRepoImpl) Create(ctx context.Context, req *bo.OrderBo) (*bo.OrderB MerchantNo: req.MerchantNo, Channel: req.Channel.GetValue(), NotifyUrl: req.NotifyUrl, + Attach: req.Attach, CreateTime: &now, UpdateTime: &now, }