From a5383f185d9ea618cfed8e887dfc020f1b23b64b Mon Sep 17 00:00:00 2001
From: wujian <14790700720@163.com>
Date: 星期日, 25 八月 2024 19:53:03 +0800
Subject: [PATCH] fix8-bug

---
 jcdm-main/src/main/java/com/jcdm/main/webservice/service/ReceivingServices.java |   28 ++++++++++++++++++----------
 1 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/jcdm-main/src/main/java/com/jcdm/main/webservice/service/ReceivingServices.java b/jcdm-main/src/main/java/com/jcdm/main/webservice/service/ReceivingServices.java
index 481058a..ce9b0ed 100644
--- a/jcdm-main/src/main/java/com/jcdm/main/webservice/service/ReceivingServices.java
+++ b/jcdm-main/src/main/java/com/jcdm/main/webservice/service/ReceivingServices.java
@@ -240,16 +240,24 @@
         if (ObjectUtil.isNotNull(result)){
             logger.info("messageLocation2,"+result);
             String string = result.get("EV_MESSAGE").toString();
-            if (string.contains("鏌ヨ鎴愬姛")){
-                logger.info("messageLocation3,"+string);
-                JsonObject etData = jsonObject2
-                        .getAsJsonObject("SOAP:Envelope")
-                        .getAsJsonObject("SOAP:Body")
-                        .getAsJsonObject("n0:ZPP_CF_MES_005.Response")
-                        .getAsJsonObject("ET_DATA");
-                data = etData.toString();
-                logger.info("messageLocation4,"+data);
-            }
+//            if (string.contains("鏌ヨ鎴愬姛")){
+//                logger.info("messageLocation3,"+string);
+//                JsonObject etData = jsonObject2
+//                        .getAsJsonObject("SOAP:Envelope")
+//                        .getAsJsonObject("SOAP:Body")
+//                        .getAsJsonObject("n0:ZPP_CF_MES_005.Response")
+//                        .getAsJsonObject("ET_DATA");
+//                data = etData.toString();
+//                logger.info("messageLocation4,"+data);
+//            }
+            logger.info("messageLocation3,"+string);
+            JsonObject etData = jsonObject2
+                    .getAsJsonObject("SOAP:Envelope")
+                    .getAsJsonObject("SOAP:Body")
+                    .getAsJsonObject("n0:ZPP_CF_MES_005.Response")
+                    .getAsJsonObject("ET_DATA");
+            data = etData.toString();
+            logger.info("messageLocation4,"+data);
         }
 
         return data;

--
Gitblit v1.9.3