Browse Source

Merge branch 'cygx_9.3.1_0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 years ago
parent
commit
6160784dba
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