From 01a36b65fc8ad26c9a1997afe6d4beb7702b65f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=B3=E5=87=A1=E6=A2=A6?= Date: Thu, 9 Jul 2020 11:23:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9SetMTPSStatus=E8=B0=83?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/sync.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index 87697b753..7448dbdc3 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -1289,6 +1289,7 @@ func SetMTPSStatus(ctx *jxcontext.Context, StoreId, CourierStatus int) { globals.SugarLogger.Debug("StoreLists[0].Name", StoreLists[0].Name) StoreInfoList, _ := api.MtpsAPI.GetStoreStatus(StoreLists[0].Name) globals.SugarLogger.Debug("美团查询结果", *StoreInfoList) + globals.SugarLogger.Debug("美团查询结果", &StoreInfoList) if StoreInfoList.OuterPoiID != "" { //若存在且名字不为空,就是找到了 if StoreInfoList.OpenType != CourierStatus {