房间周贡献数据处理
This commit is contained in:
parent
ffd86653de
commit
10f5f90857
@ -43,8 +43,8 @@ public class RoomContributionActivityQueryCmdExe {
|
|||||||
private final RoomContributionActivityCountService roomContributionActivityCountService;
|
private final RoomContributionActivityCountService roomContributionActivityCountService;
|
||||||
|
|
||||||
public RoomContributionCountCO execute(AppRoomIdCmd cmd) {
|
public RoomContributionCountCO execute(AppRoomIdCmd cmd) {
|
||||||
Long roomId = roomProfileManagerService.getRoomId(cmd.getReqUserId());
|
// Long roomId = roomProfileManagerService.getRoomId(cmd.getReqUserId());
|
||||||
ResponseAssert.notNull(CommonErrorCode.NOT_FOUND_RECORD_INFO, roomId);
|
// ResponseAssert.notNull(CommonErrorCode.NOT_FOUND_RECORD_INFO, roomId);
|
||||||
|
|
||||||
RoomProfile roomProfile = roomProfileManagerService.getProfileById(cmd.getRoomId());
|
RoomProfile roomProfile = roomProfileManagerService.getProfileById(cmd.getRoomId());
|
||||||
ResponseAssert.notNull(CommonErrorCode.NOT_FOUND_RECORD_INFO, roomProfile);
|
ResponseAssert.notNull(CommonErrorCode.NOT_FOUND_RECORD_INFO, roomProfile);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user