add 流程催办发消息
This commit is contained in:
+9
-1
@@ -199,6 +199,14 @@ public class WorkCenterController {
|
||||
processHandleService.transfer(param.getTaskId(), param.getUserId());
|
||||
return Result.OK();
|
||||
}
|
||||
|
||||
/**
|
||||
* 催办
|
||||
*/
|
||||
@ApiOperation(value="催办")
|
||||
@PostMapping("/urging")
|
||||
public Result<Object> urging(@RequestBody DelegateTaskParam param) {
|
||||
processAllService.urging(param.getTaskId());
|
||||
return Result.OK();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user