From f0b090c17d6f64eb0d8ce455cf7424f80257ab10 Mon Sep 17 00:00:00 2001 From: chengqf <584883665@139.com> Date: Tue, 11 Apr 2023 15:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=8C=E6=AD=A5=E8=A1=A8?= =?UTF-8?q?=E6=9C=AA=E8=AE=BE=E7=BD=AE=E7=9A=84=E4=B9=9F=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java b/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java index ff999b892..959483859 100644 --- a/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java +++ b/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java @@ -228,7 +228,6 @@ public class IdcServiceImpl implements IdcService { String lastUpdateTime = getUpdateTime(tnames[2] + "." + tnames[0]); Date nowUpdateTime = new Date(); //if (!StringUtils.isEmpty(tnames[0])) { - List> keyList = dbDao.listKeyMysql(tnames[2]); String keyColumn = keyList != null && keyList.size() > 0 ? keyList.get(0).get("columnName").toString() : "id"; Map map = new HashMap();