Browse Source

no message

xingzai 1 year ago
parent
commit
69e70094ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/tag.go

+ 1 - 1
controllers/tag.go

@@ -68,7 +68,7 @@ func (this *TagController) TagCustomizeList() {
 	}
 
 	//var condition string
-	condition = ` AND permission_name IN ('医药','消费','科技','智造','策略') `
+	condition = ` AND permission_name IN ('医药1','消费','科技','智造','策略') `
 	listPermission, err := models.GetChartPermissionReportAll(condition)
 	if err != nil {
 		br.Msg = "获取信息失败"