This commit is contained in:
邹宗楠
2022-05-31 09:29:26 +08:00
parent a8af8699f6
commit f5566a86ab
3 changed files with 2 additions and 2 deletions

View File

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