From 0661d40712d7d1ce234f9d0afa6a58f7b8ca56ec Mon Sep 17 00:00:00 2001
From: jiazx0107 <jiazx0107@163.com>
Date: 星期一, 15 十二月 2025 10:10:15 +0800
Subject: [PATCH] 调整登录页面2

---
 fzzy-igdss-web/src/main/java/com/fzzy/sys/controller/system/SysCaptchaController.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/fzzy-igdss-web/src/main/java/com/fzzy/sys/controller/system/SysCaptchaController.java b/fzzy-igdss-web/src/main/java/com/fzzy/sys/controller/system/SysCaptchaController.java
index ef832d3..56fa54f 100644
--- a/fzzy-igdss-web/src/main/java/com/fzzy/sys/controller/system/SysCaptchaController.java
+++ b/fzzy-igdss-web/src/main/java/com/fzzy/sys/controller/system/SysCaptchaController.java
@@ -44,9 +44,8 @@
             response.addHeader("Cache-Control", "post-check=0, pre-check=0");
             response.setHeader("Pragma", "no-cache");
             response.setContentType("image/jpeg");
-
             String type = request.getParameter("type");
-            String capStr = null;
+            String capStr;
             String code = null;
             BufferedImage bi = null;
             if ("math".equals(type)) {

--
Gitblit v1.9.3