test
This commit is contained in:
parent
6dd672c462
commit
416a59e3c1
2
job.go
2
job.go
@ -1412,7 +1412,7 @@ func jobGWithdraw(j Job) {
|
||||
if id != 0 {
|
||||
obj, _ := getObjItem(id)
|
||||
p.Status = p.Status | reqTab[obj.ItemTypeID]
|
||||
} else if ok, _ := regexp.MatchString(`^u[0-9]+`, item.Code); ok {
|
||||
} else if ok, _ := regexp.MatchString(`^u[0-9]+$`, item.Code); ok {
|
||||
p.Status = p.Status | reqTab[cacheObjSubType[`item_other`]]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user