From d53dcc859a691650336330058c77a816dd91d40e Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 25 Sep 2025 17:34:58 +0800 Subject: [PATCH] 1 --- app/custom/svc/svc_my_task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/custom/svc/svc_my_task.go b/app/custom/svc/svc_my_task.go index 10fd259..51f957c 100644 --- a/app/custom/svc/svc_my_task.go +++ b/app/custom/svc/svc_my_task.go @@ -122,7 +122,7 @@ WHERE ctupor.uid=%d and ctupo.task_id=%s and ctupo.settle_time like '%s'` LEFT JOIN camp_task_user_promotion_order ctupo on ctupo.oid=ctupor.oid WHERE ctupor.uid=%d and ctupo.task_id=%s and ctupo.settle_time is null` sql1 = fmt.Sprintf(sql1, user.Info.Uid, args["task_id"]) - nativeString1, _ := db.QueryNativeString(svc.MasterDb(c), sql) + nativeString1, _ := db.QueryNativeString(svc.MasterDb(c), sql1) waitPayment := "0" for _, v := range nativeString1 { waitPayment = v["amount"]