拓展参数字段
This commit is contained in:
parent
3b672e7e05
commit
03216c1815
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue