From 2de7b22b5c87d29e546a326483392283457c48df Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 2 Apr 2023 19:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= 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 2fb1180af..f683a604b 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 @@ -473,7 +473,6 @@ public class IdcServiceImpl implements IdcService { childs[childNum] = str; } } - logger.info("子表数:"+(childNum+1)); Map table = dbDao.getMysql(tableName); if(!(table!=null&&table.get("tableName")!=null)) return false;