This commit is contained in:
苏尹岚
2021-03-25 10:04:35 +08:00
parent 17d31987b6
commit 1f74c01397
2 changed files with 31 additions and 0 deletions

View File

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