This commit is contained in:
shoopea 2020-01-05 14:39:04 +08:00
parent 3540cfda8b
commit 7cb2c6cb94

2
job.go
View File

@ -1293,7 +1293,7 @@ func jobGWithdraw(j Job) {
default: default:
log.Printf("jobGWithdraw : No handler for item type #%d.\n", obj.ItemTypeID) 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 p.Status = p.Status | 32
} }
} }