|
@@ -83,6 +83,7 @@ public class BomanMessageReceiveServiceImpl implements IBomanMessageReceiveServi
|
|
|
JSONObject jsonObjectTwo = new JSONObject();
|
|
|
jsonObjectTwo.put("receive_user_id",userId);
|
|
|
jsonObjectTwo.put("visible","Y");
|
|
|
+ jsonObjectTwo.put("is_del","N");
|
|
|
List<JSONObject> bomanMessageReceive = selectService.getByMap("boman_message_receive", jsonObjectTwo);
|
|
|
long unread = 0L;
|
|
|
long read = 0L;
|