forked from gzzfw/backEnd/gz-dyh

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