remove notice message "status"

master
wangning 7 years ago
parent efb70cf03e
commit fecd1beb28

@ -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 = "<div style=\"padding:0 10px\"></div>";
String html = doc.body().children().wrap(father).html();

Loading…
Cancel
Save