From e4a5d7d09aa71c94e377259735fd2c346ea452ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 15 Mar 2024 09:45:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B9=9D=E7=82=B9=E5=8D=8A?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E5=90=8C=E6=AD=A5=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E7=8A=B6=E6=80=81=E6=97=B6,=E4=BC=9A=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=B7=B2=E7=BB=8F=E4=B8=8B=E7=BA=BF=E4=B8=94=E7=A6=81?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E9=97=A8=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdapi/store.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/platformapi/jdapi/store.go b/platformapi/jdapi/store.go index 40eca37a..2726ebf7 100644 --- a/platformapi/jdapi/store.go +++ b/platformapi/jdapi/store.go @@ -338,7 +338,6 @@ func (a *API) GetStoreInfoByStationNo2(storeNo string) (storeDetail *StoreDetail // } func (a *API) UpdateStoreInfo4Open2(updateParams *OpStoreParams, modifyCloseStatus bool) (err error) { - globals.SugarLogger.Debugf("=======updateParams====:%s", utils.Format4Output(updateParams, false)) updateParams.Operator = utils.GetAPIOperator(updateParams.Operator) mapData := utils.Struct2MapByJson(updateParams) if !modifyCloseStatus { @@ -359,7 +358,6 @@ func (a *API) UpdateStoreInfo4Open2(updateParams *OpStoreParams, modifyCloseStat delete(mapData, "serviceTimeStart1") delete(mapData, "serviceTimeEnd1") } - globals.SugarLogger.Debugf("=======updateStoreInfo4Open====:%s", utils.Format4Output(mapData, false)) _, err = a.AccessAPINoPage("store/updateStoreInfo4Open", mapData, nil, nil, nullResultParser) if err != nil { globals.SugarLogger.Debugf("九点半定时任务,更新门店错误: %v", err)