Browse Source

专项产业调研用户规模可见V2

xingzai 2 years ago
parent
commit
c014c8dd84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/activity_special.go

+ 1 - 1
services/activity_special.go

@@ -86,7 +86,7 @@ func GetActivityLabelSpecialList(userType, isPower int, chartPermissionIds, scal
 	if scale != "" {
 		conditionOr += ` OR (  art.scale LIKE '%` + scale + `%'	 ` + condition + `) `
 	}
-	condition += ` AND  art.customer_type_ids LIKE '%` + strconv.Itoa(userType) + `%'`
+	condition += ` AND  art.customer_type_ids LIKE '%` + strconv.Itoa(userType) + `%'` + conditionOr
 	specialList, err := models.GetActivityLabelSpecialListAll(condition, pars, 0, 8)
 	if err != nil {
 		return