...
|
...
|
@@ -413,7 +413,7 @@ public class InBoxServiceImpl implements IInBoxService { |
|
|
return result;
|
|
|
}
|
|
|
|
|
|
private JSONObject getTotalUnreadEx(int uid) {
|
|
|
public JSONObject getTotalUnreadEx(int uid) {
|
|
|
JSONObject result = new JSONObject();
|
|
|
|
|
|
RedisKeyBuilder inboxKey = CacheEnum.USERS_INBOX_VO_LAST_INFO.generateKey(uid);
|
...
|
...
|
|