diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomMemberChangeIdentityCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomMemberChangeIdentityCmdExe.java index be8843b5..1e90e29d 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomMemberChangeIdentityCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomMemberChangeIdentityCmdExe.java @@ -225,7 +225,7 @@ public class RoomMemberChangeIdentityCmdExe { // 房间每日任务 RoomProfileManager manager = roomProfileManagerService.getById(cmd.getRoomId()); - updateRoomDailyTask(cmd.getReqUserId(), manager.getUserId(), manager.getId()); + updateRoomDailyTask(cmd.getChangeUserId(), manager.getUserId(), manager.getId()); }