diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index cac845506..e86b5649c 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -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") }