去掉打印

This commit is contained in:
苏尹岚
2020-09-09 16:37:00 +08:00
parent d5868492ee
commit b1fb265c2a
2 changed files with 9 additions and 7 deletions

View File

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