From bb26a6676b81fe58e15d0004cabdbd8912789d05 Mon Sep 17 00:00:00 2001 From: wangxinyu Date: Fri, 6 Dec 2024 16:34:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20xxl-job=20ctx=E4=B8=8D=E8=83=BD=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/mix/service/xxljob_tasks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mix/service/xxljob_tasks.go b/app/mix/service/xxljob_tasks.go index dc4a1076..82bb0d65 100644 --- a/app/mix/service/xxljob_tasks.go +++ b/app/mix/service/xxljob_tasks.go @@ -619,7 +619,7 @@ func (s *CronService) ClearVeriCodeWrongTimes(ctx context.Context, param *xxl.Ru return "vericode_wrong_times collection has been cleared" } -func (s *CronService) UserRefundAuditTimes(param *xxl.RunReq) (msg string) { +func (s *CronService) UserRefundAuditTimes(ctx context.Context, param *xxl.RunReq) (msg string) { logger.Info("task %v param: %v log_id: %v", param.ExecutorHandler, param.ExecutorParams, xxl.Int64ToStr(param.LogID)) logger.Info("user_refund_audit_times collection...") err := _DefaultVas.UserRefundAuditTimes(&gin.Context{})