Browse Source

Merge branch 'pool/20240423' into custom

Roc 10 months ago
parent
commit
b23510ef9b
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 {