查询高价格商品

This commit is contained in:
苏尹岚
2020-02-25 11:31:47 +08:00
parent bb7d754980
commit f9e9088445

View File

@@ -531,8 +531,6 @@ func GetStoresSkusNew(ctx *jxcontext.Context, storeIDs, skuIDs []int, isFocus, i
}
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