From fb83ce4a731fddc5b81ab59274e12f3fbfc664a8 Mon Sep 17 00:00:00 2001 From: zy <82248909@qq.com> Date: Thu, 27 Nov 2025 17:54:51 +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 insertion(+) 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 bc6cf48..1030c7d 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 @@ -242,6 +242,7 @@ public class IotCommonP3ServiceImpl { } } results.setFDeviceDeploy(deploy); + results.setItemInfo(pollutionEnum.getJsonStr()); results.setPollutionEnum(pollutionEnum); return results; }