admin
2019-04-01 e782b2bcfd89f7ce2e3079c7ebb0867bb00124a7
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