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 {