From aeec23292ce42e29a3166ba2018a75e2edc55a5b Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 31 Dec 2025 13:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=BF=83=E8=B7=B3=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E5=80=BC=E5=88=A4=E6=96=AD=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/team/TeamMemberHeartbeatCmdExe.java | 3 --- 1 file changed, 3 deletions(-) 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) {