This commit is contained in:
shoopea 2019-10-11 15:51:19 +08:00
parent 5588dc19fc
commit 55cdbfec78

2
job.go
View File

@ -941,6 +941,8 @@ func jobVaultStatus(j Job) {
args[i+1+len(p.UserListID64)] = id
}
log.Printf("jobVaultStatus : query\n%s\n", stmt)
rows, err := db.Query(stmt, args...)
logOnError(err, "jobVaultStatus : Get rows")