From f17f1e3b2c74a4523a2edb0ce38d2650a58ce726 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 15 Jun 2019 15:31:57 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E7=A6=81=E7=94=A8=E9=97=A8=E5=BA=97?= =?UTF-8?q?=E5=95=86=E5=93=81=E6=89=BE=E4=B8=8D=E5=88=B0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxcallback/orderman/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 753e673a3..eb031d6d7 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -241,7 +241,7 @@ func (c *OrderManager) updateOrderSkuOtherInfo(order *model.GoodsOrder, db *dao. jxStoreID := jxutils.GetShowStoreIDFromOrder(order) var opNumStr string if time.Now().Sub(order.OrderCreatedAt) < 48*time.Hour && order.VendorID != model.VendorIDJD { - opNumStr = "" + opNumStr = "2" } else { opNumStr = "2" }