商品价格审核

This commit is contained in:
苏尹岚
2020-05-28 17:40:05 +08:00
parent 6540b2af60
commit ad5e061c3e

View File

@@ -554,6 +554,8 @@ 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