|
@@ -217,7 +217,7 @@ public class MessageServiceImpl implements MessageService {
|
|
|
if (!StringUtils.isEmpty(type)) {
|
|
if (!StringUtils.isEmpty(type)) {
|
|
|
map.put("type", type);
|
|
map.put("type", type);
|
|
|
}
|
|
}
|
|
|
- map.put("isRead", IntegerConstant.YES_INT);
|
|
|
|
|
|
|
+ map.put("isRead", IntegerConstant.NO_INT);
|
|
|
try {
|
|
try {
|
|
|
HttpUtil.Response response = HttpUtil.sendGetRequest(sysConf.getMessageServiceUrl() + "messages/count", map);
|
|
HttpUtil.Response response = HttpUtil.sendGetRequest(sysConf.getMessageServiceUrl() + "messages/count", map);
|
|
|
int statusCode = response.getStatusCode();
|
|
int statusCode = response.getStatusCode();
|