Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
6559efd4
Commit
6559efd4
authored
Sep 25, 2019
by
周健威
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master-modify-cutAmount' into master-modify-cutAmount
parents
dffc816f
3a568907
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
MsgBiz.java
...server/src/main/java/com/xxfc/platform/im/biz/MsgBiz.java
+2
-0
No files found.
xx-im/xx-im-server/src/main/java/com/xxfc/platform/im/biz/MsgBiz.java
View file @
6559efd4
...
...
@@ -273,6 +273,8 @@ public class MsgBiz {
BeanUtil
.
copyProperties
(
msg
,
msgVo
,
CopyOptions
.
create
().
setIgnoreNullValue
(
true
).
setIgnoreError
(
true
));
//添加用户昵称和头像
ImiVo
imiVo
=
userBiz
.
getUserInfo
(
msg
.
getUserId
());
log
.
info
(
"获取用户头像和昵称 : 用户ID>>> {}"
,
msg
.
getUserId
());
log
.
info
(
"获取用户头像和昵称 : imiVo>>> {}"
,
imiVo
);
if
(
imiVo
!=
null
)
{
msgVo
.
setNickname
(
imiVo
.
getNickname
());
msgVo
.
setPicUrl
(
imiVo
.
getHeadimgurl
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment