This commit is contained in:
suyl
2021-09-01 09:45:16 +08:00
parent 3eda219ba9
commit 9304dd1166

View File

@@ -545,8 +545,8 @@ 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 {
// 地图区域限制过滤 // 地图区域限制过滤