房间周贡献数据处理

This commit is contained in:
tianfeng 2025-11-20 17:29:51 +08:00
parent ffd86653de
commit 10f5f90857

View File

@ -43,8 +43,8 @@ public class RoomContributionActivityQueryCmdExe {
private final RoomContributionActivityCountService roomContributionActivityCountService;
public RoomContributionCountCO execute(AppRoomIdCmd cmd) {
Long roomId = roomProfileManagerService.getRoomId(cmd.getReqUserId());
ResponseAssert.notNull(CommonErrorCode.NOT_FOUND_RECORD_INFO, roomId);
// Long roomId = roomProfileManagerService.getRoomId(cmd.getReqUserId());
// ResponseAssert.notNull(CommonErrorCode.NOT_FOUND_RECORD_INFO, roomId);
RoomProfile roomProfile = roomProfileManagerService.getProfileById(cmd.getRoomId());
ResponseAssert.notNull(CommonErrorCode.NOT_FOUND_RECORD_INFO, roomProfile);