admin
2019-03-04 cdaacd7f7ba10c00696e14de498085af59caa402
fanli/src/main/java/com/yeshi/fanli/service/impl/msg/UserMsgReadStateServiceImpl.java
@@ -192,6 +192,7 @@
      update.setTypeOrder(0);
      update.setTypeScore(0);
      update.setTypeSystem(0);
      update.setTypeOrder(0);
      update.setUpdateTime(new Date());
      userMsgUnReadNumMapper.updateByPrimaryKeySelective(update);
      readAccountMsg(uid);
@@ -199,6 +200,7 @@
      readMoneyMsg(uid);
      readInviteMsg(uid);
      readUserSystemMsg(uid);
      readOtherMsg(uid);
   }
   @Override