This commit is contained in:
邹宗楠
2025-08-18 14:15:47 +08:00
parent a315351658
commit 3f3dc97058
5 changed files with 50 additions and 1 deletions

View File

@@ -358,7 +358,6 @@ func (a *API) UpdateStoreInfo4Open2(updateParams *OpStoreParams, modifyCloseStat
delete(mapData, "serviceTimeStart1")
delete(mapData, "serviceTimeEnd1")
}
globals.SugarLogger.Debugf("-------mapdata := %s", utils.Format4Output(mapData, false))
_, err = a.AccessAPINoPage("store/updateStoreInfo4Open", mapData, nil, nil, nullResultParser)
if err != nil {
globals.SugarLogger.Debugf("九点半定时任务,更新门店错误: %v", err)