aa
This commit is contained in:
@@ -537,8 +537,8 @@ 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 {
|
||||
// 地图区域限制过滤
|
||||
|
||||
Reference in New Issue
Block a user