From e32c502ce9ecd3d93cde809adc6cfd77d8c62f79 Mon Sep 17 00:00:00 2001
From: wangwh <2397901735@qq.com>
Date: Fri, 25 Oct 2024 11:01:24 +0800
Subject: [PATCH] feat:创建效能分析模块

---
 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