|
@@ -167,6 +167,14 @@ public class ItdmRunFlowPathStepServiceImpl extends ServiceImpl<ItdmRunFlowPathS
|
|
|
|
|
|
);
|
|
|
|
|
|
+
|
|
|
+ if (nextstep == null) {
|
|
|
+ itdmRunFlowPath.setStatus("2");
|
|
|
+ itdmRunFlowPathMapper.updateById(itdmRunFlowPath);
|
|
|
+
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
//原待办人员和角色、委托id
|
|
|
String yuanRole = roleService.getById(itdmRunFlowPath.getDqSetpRoleId()).getRoleName();
|
|
|
String yuanUserName = userService.getUserByName(itdmRunFlowPath.getDqSetpUserIds().split(",")[0]).getRealname();
|