浏览代码

no message

zhangchuanxing 1 周之前
父节点
当前提交
91041a0409
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      controllers/tactics.go

+ 3 - 1
controllers/tactics.go

@@ -130,7 +130,9 @@ func (this *TacticsController) List() {
 		if v.ReportId > 0 {
 			v.Resource = 3
 		}
-		v.IsShowAbstract = resp.IsShowAbstract
+		if v.Abstract != "" {
+			v.IsShowAbstract = true
+		}
 	}
 	resp.List = list
 	resp.Paging = page