yujia 7 лет назад
Родитель
Сommit
94f8aa951a

+ 1 - 1
src/main/java/com/uas/platform/b2c/common/psmessage/service/impl/MessageServiceImpl.java

@@ -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();