瀏覽代碼

no message

xingzai 1 年之前
父節點
當前提交
f17c56e6be
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = "获取信息失败"