Commit d70ed6f9 authored by chenhao's avatar chenhao

修改figen

parent 51609e2a
...@@ -201,6 +201,6 @@ public interface WorkflowFeignService { ...@@ -201,6 +201,6 @@ public interface WorkflowFeignService {
* @return * @return
* @throws ParseException * @throws ParseException
*/ */
@RequestMapping(value = "/processes/historytasks/getHistoricTaskForProcessInstanceId/{processInstanceId}",method = RequestMethod.GET) @RequestMapping(value = "/activitiHistory/processes/historytasks/getHistoricTaskForProcessInstanceId/{processInstanceId}",method = RequestMethod.GET)
JSONObject getHistoricTaskForProcessInstanceId(@PathVariable("processInstanceId") String processInstanceId) throws ParseException; JSONObject getHistoricTaskForProcessInstanceId(@PathVariable("processInstanceId") String processInstanceId) throws ParseException;
} }
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