商品价格审核

This commit is contained in:
苏尹岚
2020-05-28 18:01:07 +08:00
parent d609289a9f
commit 2676883c32

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