From de13f5edbdee5b10ae77a54b08e437161abde022 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Fri, 4 Nov 2022 16:29:38 +0800 Subject: [PATCH] test cron --- internal/cron_task/cron_task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cron_task/cron_task.go b/internal/cron_task/cron_task.go index 70e577716..b493b1f37 100644 --- a/internal/cron_task/cron_task.go +++ b/internal/cron_task/cron_task.go @@ -38,7 +38,7 @@ func StartCronTask() { } else { log.NewError(operationID, utils.GetSelfFuncName(), err.Error()) } - + return // working group msg clear workingGroupIDList, err := im_mysql_model.GetGroupIDListByGroupType(constant.WorkingGroup) if err == nil {