房间周贡献数据处理
This commit is contained in:
parent
ffd86653de
commit
10f5f90857
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user