From d9c107f61ad2bbe900bc1f121685b7b3e8a2cc78 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Sun, 10 Jul 2022 23:08:48 +0800 Subject: [PATCH] =?UTF-8?q?PAL=E4=BB=A3=E7=A0=81=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/pal/repository/job/SynchronousOrgJob.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/job/SynchronousOrgJob.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/job/SynchronousOrgJob.java index e232299e..00d7ca72 100644 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/job/SynchronousOrgJob.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/job/SynchronousOrgJob.java @@ -19,8 +19,6 @@ import com.alibaba.fastjson.JSONObject; import jodd.util.StringUtil; import org.apache.commons.lang.StringUtils; -import org.apache.poi.ss.usermodel.Row; -import org.checkerframework.checker.units.qual.C; import org.quartz.JobExecutionContext; import org.quartz.JobExecutionException;