From e356555905a02466a25206bae8f9bc66f3432d4f Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期三, 07 一月 2026 14:20:09 +0800
Subject: [PATCH] 报表优化修改

---
 fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html b/fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html
index 228da6f..e21c52c 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html
@@ -20,9 +20,9 @@
                     <ul>
                         <li>
                             鏀跺偍鍏徃锛�<select class="form-control" name="key">
-                            <option value="">鎵�鏈�</option>
                             <option th:each="company : ${companyList}" th:value="${company.id}"
-                                    th:text="${company.dwmc}">
+                                    th:text="${company.dwmc}"
+                                    th:selected="${company.id == defaultCompany}">
                             </option>
                         </select>
                         </li>

--
Gitblit v1.9.3