diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index bc84350fa..0774f7fdc 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -271,6 +271,7 @@ func GetStores(ctx *jxcontext.Context, keyword string, params map[string]interfa } func getMapCenter(storeList []*StoreExt) (lng, lat float64) { + globals.SugarLogger.Debugf("getMapCenter len(storeList):%d", len(storeList)) if len(storeList) == 0 { return 0, 0 }