yujian
2019-06-12 c007868c62c7da5c9ce1bf0e77d9e5f8619826e4
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/MsgInviteDetailMapper.java
@@ -34,7 +34,7 @@
    * @return
    */
   Long countByUid(@Param("uid") Long uid);
   /**
    * 设置消息已读时
    * 
@@ -42,4 +42,12 @@
    */
   void setMsgReadByUid(Long uid);
   /**
    * 根据邀请关系ID删除
    *
    * @param threeSaleId
    * @return
    */
   int deleteByThreeSaleId(Long threeSaleId);
}