修改
This commit is contained in:
parent
c6c28b3f75
commit
53b43f2183
@ -26,7 +26,7 @@ func UpdateOrderRecord(req *bundle.OrderRecord) (res *bundle.CommonResponse, err
|
||||
res = new(bundle.CommonResponse)
|
||||
orderRecord := new(model.BundleOrderRecords)
|
||||
_ = copier.CopyWithOption(&orderRecord, req, copier.Option{DeepCopy: true})
|
||||
orderRecord.BundleUUID = req.BundleUuid
|
||||
orderRecord.UUID = req.Uuid
|
||||
res, err = dao.UpdateOrderRecord(orderRecord)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user