Browse Source

no message

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

+ 1 - 0
services/activity_special.go

@@ -385,6 +385,7 @@ func GetActivityLabelSpecialConfirmList(user *models.WxUserItem, startSize, page
 		permissionZhengShiStr = strings.Replace(permissionZhengShiStr, "(客观)", "", -1)
 		permissionZhengShiStr = strings.TrimRight(permissionZhengShiStr, ",")
 		conditionOr += ` OR (  art.customer_type_ids LIKE '%9%'	   AND art.chart_permission_name  NOT  IN (` + permissionZhengShiStr + `)` + condition + `) `
+		pars = append(pars, pars)
 	}
 
 	condition += conditionUser + conditionOr