| | |
| | | |
| | | void updateIsRobotByUserId(@Param("userId")String userId, @Param("isRobot")int i); |
| | | |
| | | void updateModelTypeByUserId(@Param("userId")String userId, @Param("modelType")int i); |
| | | |
| | | DataDictionary selectDicDataByTypeAndCode(@Param("type") String type, @Param("code") String code); |
| | | |
| | | IPage<AdminGroupVo> selectGroupListInPage(Page<AdminGroupVo> page, @Param("record")ChatUser chatUser); |
| | | |
| | | IPage<AdminVersionVo> selectVersionListInPage(Page<AdminVersionVo> page, @Param("record")ChatUser chatUser); |
| | | |
| | | void updateIsRobotByGroupId(@Param("id")String id, @Param("useRobot")int i); |
| | | |
| | | AdminGroupInfoVo getGroupInfoById(@Param("id")long id); |
| | | |
| | | AdminVersionVo getVersionInfoById(@Param("id")long id); |
| | | |
| | | void updateAutoSendByGroupId(@Param("id")String id, @Param("autoSend")int i); |
| | | |
| | | IPage<AdminRedBagVo> selectRedBagListInPage(Page<AdminRedBagVo> page, @Param("record")ChatUser chatUser); |
| | | |
| | | void updateCreateGroupByUserId(@Param("userId")String userId, @Param("createGroup")int i); |
| | | } |