From 0ca73d619d01d8a7a73e0aa5ae1a45fb528a5e15 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 08 一月 2026 20:06:48 +0800
Subject: [PATCH] 料位总览提交1-页面及数据交互

---
 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