From c5bdf339674f5762125b25104d7269b1b50e4d91 Mon Sep 17 00:00:00 2001
From: Administrator <hbal>
Date: 星期五, 14 四月 2023 08:38:00 +0800
Subject: [PATCH]  连接池

---
 JavaSource/com/mandi/fendan/controller/Fd_RepertoryNexusController.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/JavaSource/com/mandi/fendan/controller/Fd_RepertoryNexusController.java b/JavaSource/com/mandi/fendan/controller/Fd_RepertoryNexusController.java
index f4a864f..e08b06d 100644
--- a/JavaSource/com/mandi/fendan/controller/Fd_RepertoryNexusController.java
+++ b/JavaSource/com/mandi/fendan/controller/Fd_RepertoryNexusController.java
@@ -43,9 +43,7 @@
 	@RequestMapping(value = "/getallCkList.htm", method = {RequestMethod.POST })
 	@ResponseBody
 	public String getList(HttpServletRequest r,HttpServletResponse re){
-		
-
-
+		// 姝ゅ闇�瑕佹敼鎴愬彲浠ラ厤缃殑锛屽彲浠ラ厤缃殑鍘傚尯浠撳簱
 		List<Map<String, Object>> ckList = rnper.getAllCk();
 		PageResult<Map<String, Object>> prr=new PageResult<Map<String,Object>>();
 		prr.setCode(0);

--
Gitblit v1.9.3