1
This commit is contained in:
@@ -738,7 +738,6 @@ func filterStoreByOrderInfo(db *dao.DaoDB, inStores []*StoreExt, orderTimeFrom,
|
||||
}
|
||||
|
||||
func getMapCenter(storeList []*StoreExt) (lng, lat float64) {
|
||||
globals.SugarLogger.Debugf("getMapCenter len(storeList):%d", len(storeList))
|
||||
if len(storeList) == 0 {
|
||||
return 0, 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user