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, }