|
@@ -528,7 +528,7 @@ public class ApsProductionOrderServiceImpl extends ServiceImpl<ApsProductionOrde
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- String processinstid = apsProductionOrderDo.getProcessinstid();
|
|
|
+ String processinstid = nowApsProductionOrderDo.getProcessinstid();
|
|
|
RunTaskDo runTaskDo = runTaskService.getOne(new LambdaQueryWrapper<RunTaskDo>().eq(BaseDo::getDeleted, "0")
|
|
|
.eq(RunTaskDo::getProcessinstid, processinstid)
|
|
|
.in(RunTaskDo::getTaskstatus, "10", "20")
|