Parcourir la source

Merge branch 'need/cygx_1017' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

zhangchuanxing il y a 1 semaine
Parent
commit
1b98df82e5
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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