diff --git a/business/jxutils/tasksch/task.go b/business/jxutils/tasksch/task.go index 89f407e4a..a9735d88e 100644 --- a/business/jxutils/tasksch/task.go +++ b/business/jxutils/tasksch/task.go @@ -475,6 +475,7 @@ func (t *BaseTask) run(taskHandler func()) { close(t.finishChan) if t.finishHook != nil { t.finishHook(t) + SendMessage(t) } else { SendMessage(t) }