Compare commits
2 Commits
master
...
opt_250311
| Author | SHA1 | Date | |
|---|---|---|---|
| fc150c13a2 | |||
| de817ef511 |
@@ -161,11 +161,6 @@ public class SchBaseTaskServiceImpl extends ServiceImpl<SchBaseTaskMapper, SchBa
|
||||
}
|
||||
if (StringUtils.isEmpty(vehicleMaterList.get(0).getProc_inst_id())) {
|
||||
FlowContinueEvent continueEvent = new FlowContinueEvent(vehicleMaterList.get(0).getProc_inst_id(), null, null);
|
||||
if (ObjectUtil.isEmpty(vehicleMaterList)) {
|
||||
throw new BadRequestException("任务完成失败,到载具物料信息: " + task.getVehicle_code());
|
||||
}
|
||||
if (StringUtils.isNotBlank(vehicleMaterList.get(0).getProc_inst_id())) {
|
||||
FlowContinueEvent continueEvent = new FlowContinueEvent(vehicleMaterList.get(0).getProc_inst_id(), null, null);
|
||||
BussEventMulticaster.Publish(continueEvent);
|
||||
} else {
|
||||
handleFinishTask(param, task);
|
||||
|
||||
Reference in New Issue
Block a user