From 53fa4358ad7502281b467c11f576a5ecc8396006 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 11 Oct 2019 15:58:37 +0800 Subject: [PATCH] fix --- job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.go b/job.go index 49ac6fd..16e3a10 100644 --- a/job.go +++ b/job.go @@ -933,7 +933,7 @@ func jobVaultStatus(j Job) { ORDER BY x.user_id ASC;` args := make([]interface{}, len(p.UserListID64)+len(p.ItemTypeListID64)+1) - args[1] = p.DepositChatID64 + args[0] = p.DepositChatID64 for i, id := range p.UserListID64 { args[i+1] = id }