From 1f5f3c84cb9b35d65caf576c0d46d26bda291875 Mon Sep 17 00:00:00 2001 From: huangh <hshgjzd5@163.com> Date: Mon, 28 Oct 2024 16:32:11 +0800 Subject: [PATCH] feat:重复来访接口开发-接口开发完成-修改测试发现的bug --- dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtAccountWebController.java | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtAccountWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtAccountWebController.java index 19a19ef..760db38 100644 --- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtAccountWebController.java +++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtAccountWebController.java @@ -100,23 +100,6 @@ } /** - * 微服务调用-数据迁移-批量新增 - * @url {ctx}/api/web/ctAccount/saveCtAccountList - * @param targetCtAccountList 实体对象 - * @return Object - */ - @PostMapping("/saveCtAccountList") - public Object saveCtAccountList(@RequestBody List<CtAccount> targetCtAccountList) { - try { - service.saveBatch(targetCtAccountList,1000); - return ReturnSucUtils.getRepInfo(); - } catch (Exception e) { - log.info(e.getMessage(), e); - return ReturnFailUtils.getRepInfo(); - } - } - - /** * web端-网格系统单点登录 * @url {ctx}/api/web/ctAccount/gridLogin * @param gridTokenBaseDTO 网格系统token -- Gitblit v1.8.0