zhangchuanxing 1 週間 前
コミット
e76b9c2e85
1 ファイル変更4 行追加1 行削除
  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 {