This commit is contained in:
suyl
2021-09-01 10:04:07 +08:00
parent 9304dd1166
commit 3ab0b3bf6c

View File

@@ -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 (