|
@ -115,7 +115,7 @@ public class MessageService extends BaseService {
|
|
JSONObject msgJson = new JSONObject();
|
|
JSONObject msgJson = new JSONObject();
|
|
msgJson.put("msg",msgArray[0].toString() + "向您发来一个咨询");
|
|
msgJson.put("msg",msgArray[0].toString() + "向您发来一个咨询");
|
|
msgJson.put("msgTime",msgArray[1] != null? DateUtil.dateToStr((Date) msgArray[1],DateUtil.YYYY_MM_DD):"");
|
|
msgJson.put("msgTime",msgArray[1] != null? DateUtil.dateToStr((Date) msgArray[1],DateUtil.YYYY_MM_DD):"");
|
|
consultJson.put("lastMessage",msgJson);
|
|
|
|
|
|
famousJson.put("lastMessage",msgJson);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|