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); }