刷新京东商场平台结算修改
This commit is contained in:
@@ -1360,6 +1360,7 @@ func RefreshJdShopOrdersEarningPrice(ctx *jxcontext.Context, orderStartTime, ord
|
||||
if v.DueAmount != 0 {
|
||||
order := &model.GoodsOrder{}
|
||||
order.VendorOrderID = utils.Int64ToStr(v.OrderID)
|
||||
dao.GetEntity(db, order, "VendorOrderID")
|
||||
order.TotalShopMoney = utils.Float64TwoInt64(v.DueAmount * 100)
|
||||
dao.UpdateEntity(db, order, "TotalShopMoney")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user