@@ -93,7 +93,7 @@ func GetActivityonditionList(user *models.WxUserItem, activityTypeId, chartPermi
//主题
if label != "" {
- condition = ` AND art.label LIKE '%` + label + `%' `
+ condition = ` AND art.label LIKE "%` + label + `%" `
}
if isPower == 1 {