fix
This commit is contained in:
parent
3540cfda8b
commit
7cb2c6cb94
2
job.go
2
job.go
@ -1293,7 +1293,7 @@ func jobGWithdraw(j Job) {
|
||||
default:
|
||||
log.Printf("jobGWithdraw : No handler for item type #%d.\n", obj.ItemTypeID)
|
||||
}
|
||||
} else if ok, _ := regexp.MatchString(`^u[0-9]+`, code); ok {
|
||||
} else if ok, _ := regexp.MatchString(`^u[0-9]+`, item.Item); ok {
|
||||
p.Status = p.Status | 32
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user