From b36ead72a90faf8c5459cdf0ed912e0b292851ef Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 07 四月 2026 08:47:59 +0800
Subject: [PATCH] 2026.4.7 1. 调整静安工地扬尘监测点信息接口的单页获取量从100增加至1000
---
src/main/resources/templates/word.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/word.html b/src/main/resources/templates/word.html
index b055562..0fd7619 100644
--- a/src/main/resources/templates/word.html
+++ b/src/main/resources/templates/word.html
@@ -84,9 +84,9 @@
<a class="download_btn" th:if="${download == 1}" th:href="${'/downloadWord?url='+ url}">涓嬭浇鏂囨。</a>
<br>
</div>
- <div th:each="tableMap:${tableMap}" style="margin-bottom:20px;">
+ <div th:each="tableMap, tableMapStat:${tableMap}" style="margin-bottom:20px;">
<!--杩欎釜鏄被鐨勮鏄�-->
- <h4 class="first_title" th:text="${tableMap.count} + '. ' + ${tableMap.key}"></h4>
+ <h4 class="first_title" th:text="${tableMapStat.count} + '. ' + ${tableMap.key}"></h4>
<div th:each="table,tableStat:${tableMap.value}">
<!--杩欎釜鏄瘡涓姹傜殑璇存槑锛屾柟渚跨敓鎴愭枃妗e悗杩涜鏁寸悊-->
--
Gitblit v1.9.3