合并分支 'dev_20230216' 到 'master'
OA待办任务 删除 PID 查看合并请求 laws-foton-slrs/foton-wkflow-rest!28
This commit is contained in:
@@ -2759,4 +2759,12 @@ public class TodoTaskController extends BaseAction {
|
||||
return busProcessNames;
|
||||
}
|
||||
|
||||
@ApiOperation(value = "删除OA消息通知")
|
||||
@GetMapping("/deleteOATask")
|
||||
public String deleteOATask(@RequestParam("pId") String pId) {
|
||||
//查询出当前数据
|
||||
webServiceOAService.deleteOAByPid(pId);
|
||||
return "1";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user