pull/7/head
HeJiaYan 5 months ago
parent 320cecac80
commit 335493cd8f

@ -40,7 +40,7 @@ public class Book extends HttpServlet {
// 准备查询
Connection connection = null;
PreparedStatement pstmt = null;
PreparedStatement countPstmt = null;//
PreparedStatement countPstmt = null;//HE
ResultSet resultSet = null;
ResultSet countSet = null;
String sql = "";

Loading…
Cancel
Save