Browse Source

no message

xingzai 2 years ago
parent
commit
536da7b9fc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/chart_permission.go

+ 1 - 0
controllers/chart_permission.go

@@ -57,6 +57,7 @@ func (this *ChartPermissionAuthController) Detail() {
 	if userType == 1 {
 		condition += ` AND permission_name  != '研选'`
 	}
+	condition += ` AND permission_name  != '医药'`
 	list, err := models.GetChartPermissionAll(condition)
 	if err != nil {
 		br.Msg = "获取信息失败"