This commit is contained in:
苏尹岚
2021-03-09 09:33:44 +08:00
parent c4c5ab3bfd
commit 952fc7183e

View File

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