- CaculateSkuPric 250, 500

This commit is contained in:
gazebo
2018-10-25 15:43:12 +08:00
parent e4b46c9706
commit 3af1e0a2ac
2 changed files with 10 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ func GetPlaces(ctx *jxcontext.Context, keyword string, includeDisabled bool, par
sqlParams = append(sqlParams, params["level"])
}
sql += " ORDER BY t1.level, t1.name"
globals.SugarLogger.Debug(sql)
// globals.SugarLogger.Debug(sql)
places := []*model.Place{}
return places, dao.GetRows(nil, &places, sql, sqlParams)
}