Commit a5e5619b authored by yangyang's avatar yangyang

fix(检验业务开通):更新按钮权限 & 数据权限

parent 2685a276
......@@ -353,7 +353,7 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
dto.setVariable(varibalble);
dto.setComment(comments);
//执行流程
AjaxResult ajaxResult1 = Workflow.taskClient.completeByTask(taskId, dto);
Workflow.taskClient.completeByTask(taskId, dto);
// 查询下节点任务
Map<String, Object> nextNodeInfo = workflowHelper.getNextWorkflowNode(instanceId);
if (op.equals("0")) {
......@@ -382,6 +382,7 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
updateModelByInstanceId(instanceId, status, role);
} catch (Exception e) {
e.printStackTrace();
log.error("execueFlow error:{}", e);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment