From cfedebd12d68103fd71640bdd418cd7b531d63e5 Mon Sep 17 00:00:00 2001 From: liyawei Date: Tue, 17 May 2022 11:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81-=E5=8F=82=E6=95=B0=E6=B8=85?= =?UTF-8?q?=E5=8D=95-=E5=B7=A5=E7=A8=8B=E6=8E=A5=E5=8F=A3=E4=BA=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../collect/service/impl/ParamsCollectManifestEOServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsCollectManifestEOServiceImpl.java b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsCollectManifestEOServiceImpl.java index f475fe68d..9ba92b582 100644 --- a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsCollectManifestEOServiceImpl.java +++ b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/collect/service/impl/ParamsCollectManifestEOServiceImpl.java @@ -293,6 +293,7 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl sdtMap = new HashMap<>(); + sdtMap.put("id", collectManifestEO.getId()); sdtMap.put("state", collectManifestEO.getState()); sdtMap.put("dutyTerritory", StringUtils.join(dutyTerritory, ",")); sdtMap.put("dataValue", collectManifestEO.getSdt());