Merge branch 'notice' into develop

master
wangning 7 years ago
commit f26f218a18

@ -876,8 +876,8 @@ public class RetailAppServiceImp implements RetailAppService {
if (latestNotice != null) { if (latestNotice != null) {
latestNotice.put("id", latestNotice.getString("notice_id")); latestNotice.put("id", latestNotice.getString("notice_id"));
latestNotice.remove("notice_id"); latestNotice.remove("notice_id");
}
notice.put("data", latestNotice); notice.put("data", latestNotice);
}
JSONObject unReadParams = new JSONObject(); JSONObject unReadParams = new JSONObject();
unReadParams.put("client_id", client_id); unReadParams.put("client_id", client_id);
unReadParams.put("status", 0); unReadParams.put("status", 0);

Loading…
Cancel
Save