aa
This commit is contained in:
@@ -724,8 +724,8 @@ func (c *OrderManager) GetStoresOrderSaleInfoNew(ctx *jxcontext.Context, storeID
|
||||
if k == 0 {
|
||||
saleInfo.EarningPrice = v.NewEarningPrice
|
||||
if beego.BConfig.RunMode == "prod" || beego.BConfig.RunMode == "beta" {
|
||||
if v.EarningType == model.EarningTypePoints && !isLongTime {
|
||||
if storeDetail.VendorPayPercentage != 0 {
|
||||
if v.EarningType == model.EarningTypePoints {
|
||||
if storeDetail.VendorPayPercentage != 0 && !isLongTime {
|
||||
saleInfo.RealEarningPrice += 0
|
||||
} else {
|
||||
saleInfo.RealEarningPrice += v.NewEarningPrice
|
||||
@@ -741,8 +741,8 @@ func (c *OrderManager) GetStoresOrderSaleInfoNew(ctx *jxcontext.Context, storeID
|
||||
flagVendorOrderID = v.VendorOrderID
|
||||
saleInfo.EarningPrice += v.NewEarningPrice
|
||||
if beego.BConfig.RunMode == "prod" || beego.BConfig.RunMode == "beta" {
|
||||
if v.EarningType == model.EarningTypePoints && !isLongTime {
|
||||
if storeDetail.VendorPayPercentage != 0 {
|
||||
if v.EarningType == model.EarningTypePoints {
|
||||
if storeDetail.VendorPayPercentage != 0 && !isLongTime {
|
||||
saleInfo.RealEarningPrice += 0
|
||||
} else {
|
||||
// && v.VendorID != model.VendorIDJD && v.CityCode != 510100
|
||||
|
||||
Reference in New Issue
Block a user