Browse Source

fix:bug3095, ETA预测指标库,只看我的勾选后,显示图表有别人创建的图表

Roc 1 year ago
parent
commit
3090652293
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/data_manage/predict_edb_info.go

+ 1 - 0
controllers/data_manage/predict_edb_info.go

@@ -1772,6 +1772,7 @@ func (this *PredictEdbInfoController) Modify() {
 // @Description 获取分类下指标接口
 // @Description 获取分类下指标接口
 // @Param   ClassifyId   query   int  true       "分类id"
 // @Param   ClassifyId   query   int  true       "分类id"
 // @Param   IsShowMe   query   bool  false       "是否只看我的"
 // @Param   IsShowMe   query   bool  false       "是否只看我的"
+// @Success 200 {object} data_manage.EdbClassifyListResp
 // @router /predict_edb_info/items [get]
 // @router /predict_edb_info/items [get]
 func (this *PredictEdbInfoController) ClassifyEdbInfoItems() {
 func (this *PredictEdbInfoController) ClassifyEdbInfoItems() {
 	br := new(models.BaseResponse).Init()
 	br := new(models.BaseResponse).Init()