From e275a8a27cd9c2015de926bbbd36115453d4ae26 Mon Sep 17 00:00:00 2001 From: erzhongxmu Date: Thu, 4 May 2023 15:25:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../md/controller/MdCusOtherController.java | 28 +---------------- .../webpage/com/zzjee/md/mdCusOtherList.jsp | 30 ------------------- 2 files changed, 1 insertion(+), 57 deletions(-) diff --git a/src/main/java/com/zzjee/md/controller/MdCusOtherController.java b/src/main/java/com/zzjee/md/controller/MdCusOtherController.java index eba179df..fbebf032 100644 --- a/src/main/java/com/zzjee/md/controller/MdCusOtherController.java +++ b/src/main/java/com/zzjee/md/controller/MdCusOtherController.java @@ -202,33 +202,7 @@ public class MdCusOtherController extends BaseController { j.setMsg(message); return j; } - @RequestMapping(params = "doGet") - @ResponseBody - public AjaxJson dogetfromother(String formDate, HttpServletRequest request) { - String message = null; - AjaxJson j = new AjaxJson(); - message = "读取成功"; - try { - if ("UAS".equals(ResourceUtil.getConfigByName("interfacetype"))){ - if(StringUtil.isEmpty(formDate)){ - formDate = "2011-01-01"; - } - wmIntUtil.getCus(formDate); - } - if ("DSC".equals(ResourceUtil.getConfigByName("interfacetype"))){ - dscUtil.updateCusFromDsc(); - } - systemService.addLog(message, Globals.Log_Type_UPDATE, - Globals.Log_Leavel_INFO); - } catch (Exception e) { - e.printStackTrace(); - message = "读取失败"; - throw new BusinessException(e.getMessage()); - } - j.setMsg(message); - return j; - } - /** + /** * 更新第三方客户 * * @param ids diff --git a/src/main/webapp/webpage/com/zzjee/md/mdCusOtherList.jsp b/src/main/webapp/webpage/com/zzjee/md/mdCusOtherList.jsp index 89925907..62e83b66 100644 --- a/src/main/webapp/webpage/com/zzjee/md/mdCusOtherList.jsp +++ b/src/main/webapp/webpage/com/zzjee/md/mdCusOtherList.jsp @@ -64,46 +64,16 @@ - - -
- <%----%> - 日期: -