Commit 871e7f5f authored by chenzhao's avatar chenzhao

修改bug

parent ebc1ba1c
...@@ -240,7 +240,7 @@ public interface WorkflowFeignService { ...@@ -240,7 +240,7 @@ public interface WorkflowFeignService {
/* /*
* 我的待办 * 我的待办
**/ **/
@RequestMapping(value = "/task", method = RequestMethod.POST) @RequestMapping(value = "/task", method = RequestMethod.GET)
JSONObject getTaskDB(@RequestParam(value="processInstanceId", required = false) String processInstanceId); JSONObject getTaskDB(@RequestParam(value="processInstanceId", required = false) String processInstanceId);
/* /*
* 我的待办 * 我的待办
......
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