Skip to content

Commit

Permalink
Fix the bug for delete node of visualis that requestBody is null
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyou2 committed Dec 24, 2019
1 parent b11f286 commit e9a0255
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
public class FunctionPool {

public static NodeServiceFunction deleteNode = (NodeService nodeService, Session session, AppJointNode node, Map<String, Object> requestBody)->{
node.setJobContent(requestBody);
nodeService.deleteNode(session,node);
return null;
};
Expand Down

0 comments on commit e9a0255

Please sign in to comment.