From fecd1beb2801d53d0c11af0ab99ab00333f92cbf Mon Sep 17 00:00:00 2001 From: wangning <164851225@qq.com> Date: Wed, 17 Jan 2018 11:51:25 +0800 Subject: [PATCH] remove notice message "status" --- .../payment/manage/appclient/core/impls/RetailAppServiceImp.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailAppServiceImp.java b/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailAppServiceImp.java index c600744ea..35cc8f890 100644 --- a/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailAppServiceImp.java +++ b/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailAppServiceImp.java @@ -777,6 +777,7 @@ public class RetailAppServiceImp implements RetailAppService { String clientType = device.getString("client_type"); deviceSupport.findRegister(clientType); JSONObject res = noticeManage.getNoticeById(noticeId); + res.remove("status"); Document doc = Jsoup.parse(res.getString("content")); String father = "
"; String html = doc.body().children().wrap(father).html();