This commit is contained in:
苏尹岚
2021-03-29 10:56:39 +08:00
parent f15d8654a3
commit 69bcb8a6aa
4 changed files with 0 additions and 14 deletions

View File

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