@@ -107,6 +107,9 @@ func (this *TacticsController) List() {
return
}
resp.MatchTypeName = detail.MatchTypeName
+ if detail.MatchTypeName == "热点问答" {
+ resp.IsShowAbstract = true
+ }
for _, v := range list {
@@ -120,6 +120,7 @@ type TacticsListResp struct {
MatchTypeName string `description:"匹配类型"`
ChartPermissionId int `description:"行业ID"`
CategoryImgUrlPc string `description:"图片"`
+ IsShowAbstract bool `description:"是否展示摘要"`
List []*ReportArticle