尝试银豹skuname上

This commit is contained in:
苏尹岚
2020-03-27 09:07:05 +08:00
parent 938bb4bddc
commit 4ef3481fe9

View File

@@ -365,8 +365,6 @@ func GetStoreCategories(db *DaoDB, vendorID, storeID int, skuIDs []int, level in
sql += " AND t4.level = ?"
sqlParams = append(sqlParams, level)
}
fmt.Println(sql)
fmt.Println(sqlParams)
if err = GetRows(db, &cats, fmt.Sprintf(sql, fieldPrefixParams...), sqlParams...); err != nil {
return nil, err
}