admin
2019-02-28 d849e3a1abb07f459d6394adc6b69e7c6e7aeb63
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);
}