diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/TeamMemberHeartbeatCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/TeamMemberHeartbeatCmdExe.java index 99a59d01..618d75ed 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/TeamMemberHeartbeatCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/TeamMemberHeartbeatCmdExe.java @@ -51,15 +51,12 @@ public class TeamMemberHeartbeatCmdExe { public void execute(AppRoomIdCmd cmd) { - Boolean taskStatus = taskService.checkTaskStatus(cmd.requiredReqUserId(), 1L, LocalDateTimeUtils.nowFormat("yyyy-MM-dd")); - if (taskStatus) { //心跳mic 每日任务 taskMqMessage.sendTask(TaskApprovalEvent.builder() .taskId(1) .userId(cmd.requiredReqUserId()) .day(LocalDateTimeUtils.nowFormat("yyyy-MM-dd")) .build()); - } boolean admin = administratorService.existsAdmin(cmd.requiredReqUserId()); if (admin) {