查询高价格商品测试

This commit is contained in:
苏尹岚
2020-02-25 11:10:12 +08:00
parent 5b071a14d3
commit 5f2ac354e4

View File

@@ -528,6 +528,8 @@ func GetStoresSkusNew(ctx *jxcontext.Context, storeIDs, skuIDs []int, isFocus, i
` + sql
var tmpList []*tGetStoresSkusInfo
beginTime := time.Now()
fmt.Println(sql)
fmt.Println(sqlParams)
if err = dao.GetRows(db, &tmpList, sql, sqlParams...); err != nil {
dao.Rollback(db)
return nil, err