| | |
| | | import cc.mrbird.febs.mall.entity.DataDictionary; |
| | | import cc.mrbird.febs.mall.entity.MemberCoinWithdraw; |
| | | import cc.mrbird.febs.mall.vo.*; |
| | | import cn.hutool.core.date.DateTime; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | |
| | | |
| | | BigDecimal selectTotalType(@Param("type")int i,@Param("dateType") String type, @Param("date") Date date); |
| | | |
| | | BigDecimal selectTotalTypeByUserId(@Param("userId")Long userId,@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); |
| | | |
| | | void updatePortraitById(@Param("userId")Long userId, @Param("portrait")String portrait); |
| | | |
| | | void updateGetBoomByUserId(@Param("userId")String userId, @Param("getBoom")int i); |
| | | |
| | | void deleteMsgByCreateTime(@Param("dateTime")Date dateTime); |
| | | |
| | | List<Long> selectChatRedBagByCreateTime(@Param("dateTime")DateTime dateTime); |
| | | |
| | | void deleteChatRedBagById(@Param("id")Long aLong); |
| | | |
| | | List<Long> selectChatRedBagRecordByRebBagId(@Param("id")Long aLong); |
| | | |
| | | void deleteChatRedBagRecordById(@Param("id")Long aLong1); |
| | | } |