This commit is contained in:
shoopea 2019-10-11 15:58:37 +08:00
parent a66c68a763
commit 53fa4358ad

2
job.go
View File

@ -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
}