|
|
|
@ -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();
|
|
|
|
|