- fk
This commit is contained in:
@@ -266,6 +266,7 @@ func GetStores(ctx *jxcontext.Context, keyword string, params map[string]interfa
|
||||
globals.SugarLogger.Debug(sql)
|
||||
var storeList []*StoreExt
|
||||
if err = dao.GetRows(db, &storeList, sql, sqlParams...); err == nil {
|
||||
globals.SugarLogger.Debugf("GetStores, len(storeList):%d", len(storeList))
|
||||
mapLimit := false
|
||||
var (
|
||||
mapLatitude, mapLongitude float64
|
||||
|
||||
Reference in New Issue
Block a user