果园newearningprice
This commit is contained in:
@@ -179,7 +179,7 @@ func getOrderDetailBrief(order *model.GoodsOrder) (brief string) {
|
||||
//TODO 2020-07-20 果园和菜市不同
|
||||
var price int64
|
||||
if beego.BConfig.RunMode == "jxgy" {
|
||||
price = order.EarningPrice
|
||||
price = order.NewEarningPrice
|
||||
} else {
|
||||
if order.EarningType == model.EarningTypePoints {
|
||||
price = order.ActualPayPrice
|
||||
|
||||
Reference in New Issue
Block a user