Browse Source

no message

xingzai 1 year ago
parent
commit
f17c56e6be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/chart_permission.go

+ 1 - 1
controllers/chart_permission.go

@@ -299,7 +299,7 @@ func (this *ChartPermissionAuthController) ReportDetailV7() {
 	//		}
 	//	}
 	//}
-	condition += ` AND permission_name  NOT  IN  (31,52)`
+	condition += ` AND chart_permission_id  NOT  IN  (31,52)`
 	list, err := models.GetChartPermissionReportAll(condition)
 	if err != nil {
 		br.Msg = "获取信息失败"