Browse Source

fix:自定义分析可以看所有的表格

Roc 10 months ago
parent
commit
7e86ce00d1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      controllers/data_manage/excel/excel_classify.go

+ 4 - 4
controllers/data_manage/excel/excel_classify.go

@@ -42,10 +42,10 @@ func (this *ExcelClassifyController) List() {
 	//只看我的
 	isShowMe, _ := this.GetBool("IsShowMe")
 	// 自定义分析只看自己的
-	if source == utils.CUSTOM_ANALYSIS_TABLE {
-		br = AnalysisClassifyList(this)
-		return
-	}
+	//if source == utils.CUSTOM_ANALYSIS_TABLE {
+	//	br = AnalysisClassifyList(this)
+	//	return
+	//}
 
 	showUserId := 0
 	if isShowMe {