From 073d65897f1064e2ff72f615794ca71ac224b5b7 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 15 Sep 2021 16:02:03 +0800 Subject: [PATCH] aa --- business/jxcallback/orderman/order.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 2c32dfefa..b60902b68 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -2115,6 +2115,10 @@ func result2Orders(ctx *jxcontext.Context, result *jdshopapi.AllOrdersResult) (o buildOrderTo102919(order) globals.SugarLogger.Debugf("resultjdsOrders return 6") } + if order.ActualPayPrice > 300000 { + buildOrderTo102919(order) + globals.SugarLogger.Debugf("resultjdsOrders return 8") + } if store != nil { distance := jxutils.EarthDistance(jxutils.IntCoordinate2Standard(order.ConsigneeLng), jxutils.IntCoordinate2Standard(order.ConsigneeLat), jxutils.IntCoordinate2Standard(store.Lng), jxutils.IntCoordinate2Standard(store.Lat)) if distance > 4 {