feat:断点时间取执行状态未已完成的行
This commit is contained in:
parent
eafc4d9957
commit
9aa561d258
@ -404,6 +404,10 @@ public class GenerateReplaceRelationshipTaskEdit extends AbstractTask {
|
||||
detailPartNo = d.getString("yem_textfield");
|
||||
}
|
||||
|
||||
if (!"B".equals(d.get("yem_invokstatus"))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (partno.lastIndexOf("-") != -1) {
|
||||
partno = partno.substring(0, partno.lastIndexOf("-")).trim();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user