From 92e8b8aa3068a53343d7a17b4ec0daf64324d227 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E5=98=89=E6=88=90?= <232845840@qq.com>
Date: Mon, 28 Apr 2025 21:32:42 +0800
Subject: [PATCH] Default Changelist
---
.idea/workspace.xml | 53 ++++++++++++-------
.../controller/stu/StuQueryInfoServlet.java | 2 +-
2 files changed, 34 insertions(+), 21 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e3c9483..6045cd3 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,7 +6,10 @@
-
+
+
+
+
@@ -23,6 +26,9 @@
+
+
+
@@ -33,7 +39,8 @@
@@ -42,27 +49,23 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -181,6 +184,15 @@
+
+
+
+
+
+
+
+
+
@@ -328,11 +340,12 @@
+
-
+
diff --git a/src/com/controller/stu/StuQueryInfoServlet.java b/src/com/controller/stu/StuQueryInfoServlet.java
index 8ee015a..5aecbd5 100644
--- a/src/com/controller/stu/StuQueryInfoServlet.java
+++ b/src/com/controller/stu/StuQueryInfoServlet.java
@@ -1,6 +1,6 @@
package com.controller.stu;
-import com.dao.StuDao;
+import com.dao.StuDao;//gvghvhvjh
import com.entity.Student;
import com.utils.JDBCUtils;
--
2.34.1