Browse Source

Merge branch 'fix/1.8.3' into debug

# Conflicts:
#	controllers/data_manage/chart_info.go
#	models/data_manage/chart_info.go
Roc 8 months ago
parent
commit
f6e74b8c34
3 changed files with 4 additions and 1 deletions
  1. 1 0
      controllers/data_manage/chart_info.go
  2. 1 0
      models/classify.go
  3. 2 1
      services/classify.go

+ 1 - 0
controllers/data_manage/chart_info.go

@@ -4487,6 +4487,7 @@ func (this *ChartInfoController) PreviewSeasonChartInfo() {
 	br.Data = resp
 }
 
+
 // ChartInfoImgSetBySvg
 // @Title 图表图片上传
 // @Param   Img   query   string  true       "图片"

+ 1 - 0
models/classify.go

@@ -43,6 +43,7 @@ type Classify struct {
 	Enabled           int       `description:"是否可用,1可用,0禁用"`
 	Level             int       `description:"层级"`
 	HasChild          int       `description:"是否有子级别,0:下面没有子分类,1:下面有子分类;默认:0"`
+	ReportShowType    int       `description:"报告详情的展示类型:1-拼接;2:目录"`
 }
 
 type ClassifyAddReq struct {

+ 2 - 1
services/classify.go

@@ -265,7 +265,8 @@ func AddReportClassify(classifyName string, parentId int, chartPermissionIdList
 	classify.ModifyTime = nowTime
 	classify.Sort = maxSort + 1
 	classify.Enabled = 1
-	classify.ShowType = 1 //默认列表格式
+	classify.ShowType = 1       //默认列表格式
+	classify.ReportShowType = 1 //默认列表格式
 	classify.IsShow = 1
 	classify.Level = level
 	/*classify.Abstract = req.Abstract