浏览代码

no message

xingzai 1 年之前
父节点
当前提交
69e70094ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = "获取信息失败"