Forráskód Böngészése

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

zhangchuanxing 1 hete
szülő
commit
0f6e1ce155
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      controllers/report.go

+ 4 - 1
controllers/report.go

@@ -4125,7 +4125,10 @@ func (this *ReportController) ZhouqiTacticsList() {
 		if v.ReportId > 0 {
 			item.Resource = 3
 		}
-		item.IsShowAbstract = resp.IsShowAbstract
+		if v.Abstract != "" {
+			item.IsShowAbstract = resp.IsShowAbstract
+		}
+
 		listResp = append(listResp, item)
 	}
 	if len(listResp) == 0 {