From cd56b9c12504e21879be8069ce6f9e7a09bca69f Mon Sep 17 00:00:00 2001 From: zy <82248909@qq.com> Date: Thu, 27 Nov 2025 18:10:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/appmana/service/impl/IotCommonP3ServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/zh-module-applet/zh-applet-admin/src/main/java/org/jeecg/modules/appmana/service/impl/IotCommonP3ServiceImpl.java b/zh-module-applet/zh-applet-admin/src/main/java/org/jeecg/modules/appmana/service/impl/IotCommonP3ServiceImpl.java index 70cee71..79e941c 100644 --- a/zh-module-applet/zh-applet-admin/src/main/java/org/jeecg/modules/appmana/service/impl/IotCommonP3ServiceImpl.java +++ b/zh-module-applet/zh-applet-admin/src/main/java/org/jeecg/modules/appmana/service/impl/IotCommonP3ServiceImpl.java @@ -77,7 +77,6 @@ public class IotCommonP3ServiceImpl { }else if(PollutionConstants.WATER_LIVE.equals(deploy.getDeployType())){ tableName = PollutionConstants.TABLE_LIVE; } - log.error("_----"+tableName); if (StringUtils.isBlank(tableName)) { return results; }