Showing
1 changed file
with
1 additions
and
1 deletions
@@ -413,7 +413,7 @@ public class InBoxServiceImpl implements IInBoxService { | @@ -413,7 +413,7 @@ public class InBoxServiceImpl implements IInBoxService { | ||
413 | return result; | 413 | return result; |
414 | } | 414 | } |
415 | 415 | ||
416 | - private JSONObject getTotalUnreadEx(int uid) { | 416 | + public JSONObject getTotalUnreadEx(int uid) { |
417 | JSONObject result = new JSONObject(); | 417 | JSONObject result = new JSONObject(); |
418 | 418 | ||
419 | RedisKeyBuilder inboxKey = CacheEnum.USERS_INBOX_VO_LAST_INFO.generateKey(uid); | 419 | RedisKeyBuilder inboxKey = CacheEnum.USERS_INBOX_VO_LAST_INFO.generateKey(uid); |
-
Please register or login to post a comment