Skip to content

Commit

Permalink
Merge pull request #56 from liuyou2/master
Browse files Browse the repository at this point in the history
Fix the bug for delete node of visualis that  requestBody is null
  • Loading branch information
liuyou2 authored Dec 24, 2019
2 parents 5be316f + e9a0255 commit 5e24a23
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 5e24a23

Please sign in to comment.