| | |
| | | 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; |