From f9ff55a8b66ceda8411f2cc47e21d3de0b966949 Mon Sep 17 00:00:00 2001 From: hjg <hjg@123.com> Date: 星期五, 24 一月 2025 17:32:40 +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