xingzai 10 bulan lalu
induk
melakukan
2af106ec35
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      controllers/tag.go

+ 1 - 1
controllers/tag.go

@@ -71,7 +71,7 @@ func (this *TagController) TagCustomizeList() {
 		return
 	}
 
-	condition = ` AND permission_name IN ('医药1','消费','科技','智造','策略','固收','周期') `
+	condition = ` AND permission_name IN ('医药','消费','科技','智造','策略','固收','周期') `
 
 	listPermission, err := models.GetChartPermissionReportAll(condition)
 	if err != nil {