商品审核查询修改

This commit is contained in:
苏尹岚
2020-05-29 11:13:54 +08:00
parent 88073fbd03
commit 5e550fd3d6

View File

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