提交 4a3862eb 编写于 作者: zhouweidong's avatar zhouweidong

补充注释

上级 9e090e13
......@@ -248,9 +248,9 @@ public class WFCoreResource
return ResponseEntity.status(HttpStatus.OK).body(wfCoreService.getBusinessKeys(system,"",entity,processDefinitionKey,taskDefinitionKey,userId));
}
@ApiOperation(value = "获取我的实体待办", tags = {"工作流任务" } ,notes = "获取我的实体待办")
@ApiOperation(value = "getBusinessKeys", tags = {"String" } ,notes = "查询我的待办主键清单(含流程参数)")
@RequestMapping(method= RequestMethod.GET , value="/{system}-app-{appname}/{entity}/mytasks")
public ResponseEntity<Map<String,Map<String,Object>>> fetchMyTask(@PathVariable("system") String system,@PathVariable("entity") String entity,WFTaskSearchContext context) {
public ResponseEntity<Map<String,Map<String,Object>>> getbusinesskeys(@PathVariable("system") String system,@PathVariable("entity") String entity,WFTaskSearchContext context) {
context.setN_definitionkey_leftlike(String.format("%s-%s",system,entity));
return ResponseEntity.status(HttpStatus.OK).body(wfCoreService.searchMyTask2(context));
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册