This commit is contained in:
苏尹岚
2021-03-11 11:39:36 +08:00
parent f79e750ace
commit 3fb52de653

View File

@@ -597,6 +597,9 @@ func updateSingleOrderEarningPrice(order *model.GoodsOrder, db *dao.DaoDB) {
if true { //v.StoreSubName != "" { // 之前这里为什么要加判断?
v.StoreSubID = actStoreSku.ActID
}
if v.EarningPrice != v.ShopPrice {
baseapi.SugarLogger.Warnf("不等于了。:%v", v.EarningPrice, order.VendorOrderID, utils.Format4Output(actStoreSku, false))
}
}
}
}