| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.yeshi.fanli.entity.bus.msg.MsgOrderDetail; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import com.yeshi.fanli.dao.BaseMapper; |
| | |
| | | */ |
| | | List<MsgInviteDetail> listByUid(@Param("uid") Long uid, @Param("start") long start, @Param("count") int count); |
| | | |
| | | List<MsgInviteDetail> listByPrimaryKeys(@Param("ids") List<Long> ids); |
| | | |
| | | /** |
| | | * 根据用户查询数量 |
| | | * |
| | |
| | | */ |
| | | Long countByUid(@Param("uid") Long uid); |
| | | |
| | | /** |
| | | * 设置消息已读时 |
| | | * |
| | | * @param uid |
| | | */ |
| | | void setMsgReadByUid(Long uid); |
| | | |
| | | /** |
| | | * 根据邀请关系ID删除 |
| | | * |
| | | * @param threeSaleId |
| | | * @return |
| | | */ |
| | | int deleteByThreeSaleId(Long threeSaleId); |
| | | |
| | | } |