zhangchuanxing 1 Minggu lalu
induk
melakukan
e76b9c2e85
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 4 1
      controllers/report.go

+ 4 - 1
controllers/report.go

@@ -4103,7 +4103,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 {