Compare commits
No commits in common. "76641cd1243c812a67caa48965707fe1aeff2095" and "42bd5409f6d6ac882dff8aba02e52c4063e3ee91" have entirely different histories.
76641cd124
...
42bd5409f6
@ -280,7 +280,7 @@ func OrderRecordDetail(req *bundle.OrderRecordsDetailRequest) (res *bundle.Order
|
|||||||
//_ = copier.CopyWithOption(&res, orderRecord, copier.Option{DeepCopy: true})
|
//_ = copier.CopyWithOption(&res, orderRecord, copier.Option{DeepCopy: true})
|
||||||
|
|
||||||
addBundles := make([]model.BundleOrderValueAdd, 0)
|
addBundles := make([]model.BundleOrderValueAdd, 0)
|
||||||
err = app.ModuleClients.BundleDB.Model(model.BundleOrderValueAdd{}).Where("deleted_at is null and source = 1 and order_no = ?", req.OrderNo).Find(&addBundles).Error
|
err = app.ModuleClients.BundleDB.Model(model.BundleOrderValueAdd{}).Where("deleted is null and source = 1 and order_no = ?", req.OrderNo).Find(&addBundles).Error
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return res, commonErr.ReturnError(err, "增值订单信息", "获取增值订单信息失败: ")
|
return res, commonErr.ReturnError(err, "增值订单信息", "获取增值订单信息失败: ")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user