@@ -74,7 +74,7 @@ func (d *ProjectDao) GetPageBsByCategory(pageData viewmodels.ProjectPage, catego
// if len(pageData.InsideCategoryId) > 0 {
if category != "" {
- sql += "inside_category = ?"
+ sql += "inside_categoryId = ?"
args = append(args, category)
}