|
@@ -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 {
|