From 0c2c21cab14165a967bf0af7a588fab658d734da Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 11 Oct 2021 09:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=BA=AC=E4=B8=9C=E5=95=86?= =?UTF-8?q?=E5=9F=8E=E8=AE=A2=E5=8D=95=E9=99=90=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxcallback/orderman/order.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index b60902b68..1b8c25d66 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -2115,10 +2115,11 @@ 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") - } + //TODO 2021-10-11 取消限额 + //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 {