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)
|
||||
pageSize = jxutils.FormalizePageSize(pageSize)
|
||||
//mapLimit := false
|
||||
globals.SugarLogger.Debug(sql)
|
||||
globals.SugarLogger.Debug(utils.Format4Output(sqlParams, false))
|
||||
//globals.SugarLogger.Debug(sql)
|
||||
//globals.SugarLogger.Debug(utils.Format4Output(sqlParams, false))
|
||||
|
||||
if err = dao.GetRows(db, &storeList, sql, sqlParams...); err == nil {
|
||||
fmt.Println("111111111111111111111111111111", utils.Format4Output(storeList, true))
|
||||
// 地图区域限制过滤
|
||||
//if mapLongitude2, ok := params["mapLongitude"].(string); ok {
|
||||
// var (
|
||||
|
||||
Reference in New Issue
Block a user