From d5b0805ea51c587bb9cdca460f8c13c760749855 Mon Sep 17 00:00:00 2001 From: "youHong.ai" <774495953@qq.com> Date: Tue, 6 Dec 2022 11:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E7=BB=87=E6=9E=B6?= =?UTF-8?q?=E6=9E=84=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + java.io.tempdir/.ehcache-diskstore.lock | 0 java.io.tempdir/workflowcache.data | 0 .../organization/orgchart/controller/OrgChartController.java | 2 -- 4 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 java.io.tempdir/.ehcache-diskstore.lock delete mode 100644 java.io.tempdir/workflowcache.data diff --git a/.gitignore b/.gitignore index e614f80..c5ff955 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ DirectoryV2.xml *.groovy *.log src/main/resources/WEB-INF/sqllog/ +java.io.tempdir/ diff --git a/java.io.tempdir/.ehcache-diskstore.lock b/java.io.tempdir/.ehcache-diskstore.lock deleted file mode 100644 index e69de29..0000000 diff --git a/java.io.tempdir/workflowcache.data b/java.io.tempdir/workflowcache.data deleted file mode 100644 index e69de29..0000000 diff --git a/src/main/java/com/api/youhong/ai/pcn/organization/orgchart/controller/OrgChartController.java b/src/main/java/com/api/youhong/ai/pcn/organization/orgchart/controller/OrgChartController.java index b9c21b8..f07666b 100644 --- a/src/main/java/com/api/youhong/ai/pcn/organization/orgchart/controller/OrgChartController.java +++ b/src/main/java/com/api/youhong/ai/pcn/organization/orgchart/controller/OrgChartController.java @@ -3,7 +3,6 @@ package com.api.youhong.ai.pcn.organization.orgchart.controller; import aiyh.utils.ApiResult; import com.api.youhong.ai.pcn.organization.orgchart.service.OrgChartService; import com.api.youhong.ai.pcn.organization.orgchart.vo.OrgChartNodeVo; -import com.wbi.util.ParamUtil; import weaver.hrm.HrmUserVarify; import weaver.hrm.User; @@ -16,7 +15,6 @@ import javax.ws.rs.Produces; import javax.ws.rs.core.Context; import javax.ws.rs.core.MediaType; import java.util.List; -import java.util.Map; /** *