Browse Source

no message

zhangchuanxing 1 week ago
parent
commit
91041a0409
1 changed files with 3 additions and 1 deletions
  1. 3 1
      controllers/tactics.go

+ 3 - 1
controllers/tactics.go

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