瀏覽代碼

Merge branch 'pool/20240423'

Roc 10 月之前
父節點
當前提交
674a94e38e
共有 1 個文件被更改,包括 4 次插入4 次删除
  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 {