|
|
|
@ -58,10 +58,10 @@ public class RefUserMessage extends BaseBean {
|
|
|
|
|
private Long receiverId;
|
|
|
|
|
|
|
|
|
|
public Long getReceiverId(){
|
|
|
|
|
if(messageId != null) {
|
|
|
|
|
return messageId.longValue();
|
|
|
|
|
if(receiverId != null) {
|
|
|
|
|
return receiverId.longValue();
|
|
|
|
|
}else{
|
|
|
|
|
return messageId;
|
|
|
|
|
return receiverId;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|