fix
This commit is contained in:
parent
a66c68a763
commit
53fa4358ad
2
job.go
2
job.go
@ -933,7 +933,7 @@ func jobVaultStatus(j Job) {
|
|||||||
ORDER BY x.user_id ASC;`
|
ORDER BY x.user_id ASC;`
|
||||||
|
|
||||||
args := make([]interface{}, len(p.UserListID64)+len(p.ItemTypeListID64)+1)
|
args := make([]interface{}, len(p.UserListID64)+len(p.ItemTypeListID64)+1)
|
||||||
args[1] = p.DepositChatID64
|
args[0] = p.DepositChatID64
|
||||||
for i, id := range p.UserListID64 {
|
for i, id := range p.UserListID64 {
|
||||||
args[i+1] = id
|
args[i+1] = id
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user