Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
5 years ago
Commit
84d4d90582b365eec090d8b75ecc6f435693c2de
1 parent
8160d71c
站内信优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
users/src/main/java/com/yohoufo/user/service/impl/InBoxServiceImpl.java
users/src/main/java/com/yohoufo/user/service/impl/InBoxServiceImpl.java
View file @
84d4d90
...
...
@@ -413,7 +413,7 @@ public class InBoxServiceImpl implements IInBoxService {
return
result
;
}
p
rivate
JSONObject
getTotalUnreadEx
(
int
uid
)
{
p
ublic
JSONObject
getTotalUnreadEx
(
int
uid
)
{
JSONObject
result
=
new
JSONObject
();
RedisKeyBuilder
inboxKey
=
CacheEnum
.
USERS_INBOX_VO_LAST_INFO
.
generateKey
(
uid
);
...
...
Please
register
or
login
to post a comment