拓展参数字段

This commit is contained in:
李子铭 2025-03-17 09:14:59 +08:00
parent 3b672e7e05
commit 03216c1815
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ func (p *OrderRepoImpl) Create(ctx context.Context, req *bo.OrderBo) (*bo.OrderB
MerchantNo: req.MerchantNo, MerchantNo: req.MerchantNo,
Channel: req.Channel.GetValue(), Channel: req.Channel.GetValue(),
NotifyUrl: req.NotifyUrl, NotifyUrl: req.NotifyUrl,
Attach: req.Attach,
CreateTime: &now, CreateTime: &now,
UpdateTime: &now, UpdateTime: &now,
} }