商品审核查询修改

This commit is contained in:
苏尹岚
2020-05-29 11:20:08 +08:00
parent b6a3d29643
commit 11e0baf17a

View File

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