| | |
| | | |
| | | IPage<AdminChatUserVo> selectUserListInPage(Page<AdminChatUserVo> page, @Param("record")ChatUser chatUser); |
| | | |
| | | IPage<AdminChatUserPerkVo> selectUserPerkListInPage(Page<AdminChatUserPerkVo> page, @Param("record")ChatUser chatUser); |
| | | |
| | | ChatUser selectByUserId(@Param("userId")String userId); |
| | | |
| | | void updateStatusByUserId(@Param("userId")String userId, @Param("status")String code); |
| | |
| | | |
| | | BigDecimal selectTotalType(@Param("type")int i,@Param("dateType") String type, @Param("date") Date date); |
| | | |
| | | List<AdminChatRedBagVo> selectListByMsgType(@Param("userId")Long userId,@Param("msgType")String msgType, @Param("date") Date date); |
| | | |
| | | List<ChatUser> selectUserList(@Param("isRobot")int i,@Param("dateType") String type, @Param("date") Date date); |
| | | |
| | | List<AdminChatRedBagVo> selectByOverDueStatueAndTime(@Param("overdueState")Integer overdueState, @Param("overdueTime")Date overdueTime); |
| | | |
| | | void updateOverdueStatusById(@Param("overdueState")Integer overdueState, @Param("id")Long id); |
| | | } |