aa
This commit is contained in:
@@ -545,10 +545,11 @@ func GetStores(ctx *jxcontext.Context, keyword string, params map[string]interfa
|
|||||||
offset = jxutils.FormalizePageOffset(offset)
|
offset = jxutils.FormalizePageOffset(offset)
|
||||||
pageSize = jxutils.FormalizePageSize(pageSize)
|
pageSize = jxutils.FormalizePageSize(pageSize)
|
||||||
//mapLimit := false
|
//mapLimit := false
|
||||||
globals.SugarLogger.Debug(sql)
|
//globals.SugarLogger.Debug(sql)
|
||||||
globals.SugarLogger.Debug(utils.Format4Output(sqlParams, false))
|
//globals.SugarLogger.Debug(utils.Format4Output(sqlParams, false))
|
||||||
|
|
||||||
if err = dao.GetRows(db, &storeList, sql, sqlParams...); err == nil {
|
if err = dao.GetRows(db, &storeList, sql, sqlParams...); err == nil {
|
||||||
|
fmt.Println("111111111111111111111111111111", utils.Format4Output(storeList, true))
|
||||||
// 地图区域限制过滤
|
// 地图区域限制过滤
|
||||||
//if mapLongitude2, ok := params["mapLongitude"].(string); ok {
|
//if mapLongitude2, ok := params["mapLongitude"].(string); ok {
|
||||||
// var (
|
// var (
|
||||||
|
|||||||
Reference in New Issue
Block a user