From 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 04 九月 2021 16:00:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-interface/src/main/java/com/java110/intf/common/IOaWorkflowUserInnerServiceSMO.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/intf/common/IOaWorkflowUserInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/common/IOaWorkflowUserInnerServiceSMO.java
index 2b039b8..1601a87 100644
--- a/java110-interface/src/main/java/com/java110/intf/common/IOaWorkflowUserInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/common/IOaWorkflowUserInnerServiceSMO.java
@@ -11,6 +11,7 @@
 
 import java.util.List;
 
+
 @FeignClient(name = "common-service", configuration = {FeignConfiguration.class})
 @RequestMapping("/oaWorkflowUserApi")
 public interface IOaWorkflowUserInnerServiceSMO {
@@ -104,4 +105,6 @@
     @RequestMapping(value = "/getTaskCurrentUser", method = RequestMethod.POST)
     JSONObject getTaskCurrentUser(@RequestBody JSONObject reqJson);
 
+    @RequestMapping(value = "/nextAllNodeTaskList", method = RequestMethod.POST)
+    List<JSONObject> nextAllNodeTaskList(@RequestBody JSONObject reqJson);
 }

--
Gitblit v1.8.0