This commit is contained in:
suyl
2021-10-13 09:40:18 +08:00
parent 9a065f0d92
commit 20db1887e9
2 changed files with 26 additions and 17 deletions

View File

@@ -862,8 +862,6 @@ 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.GetRowsTx(txDB, &tmpList, sql, sqlParams...); err != nil {
dao.Rollback(db, txDB)
return nil, err