From 83c2b6cbf12ed3308eb875f517f2a1ed53d2dc9e Mon Sep 17 00:00:00 2001 From: jiangshuang <jswswws@163.com> Date: 星期五, 25 十月 2024 15:12:37 +0800 Subject: [PATCH] CRM>分单系统销售退货单同步 --- 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