From 198408eb5442bb5e43d2fb9dc8c811197f6249d4 Mon Sep 17 00:00:00 2001 From: liyawei Date: Tue, 17 May 2022 09:42:19 +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 --- .../service/impl/ParamsCollectManifestEOServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e10ef5555..f475fe68d 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,7 +293,7 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl sdtMap = new HashMap<>(); - sdtMap.put("controlType", controlType); + sdtMap.put("state", collectManifestEO.getState()); sdtMap.put("dutyTerritory", StringUtils.join(dutyTerritory, ",")); sdtMap.put("dataValue", collectManifestEO.getSdt()); manifestMap.put("sdt", sdtMap);