浏览代码

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

xingzai 2 年之前
父节点
当前提交
6160784dba
共有 1 个文件被更改,包括 1 次插入0 次删除
  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