OA待办任务 删除 PID 通用
This commit is contained in:
@@ -2763,12 +2763,19 @@ public class TodoTaskController extends BaseAction {
|
||||
return busProcessNames;
|
||||
}
|
||||
|
||||
@ApiOperation(value = "删除OA消息通知 起草专用")
|
||||
@ApiOperation(value = "删除OA消息通知 制修订起草专用")
|
||||
@GetMapping("/deleteOATask")
|
||||
public String deleteOATask(@RequestParam("pId") String pId) {
|
||||
//查询出当前数据
|
||||
webServiceOAServiceImol.deleteOAByPidInfo(pId);
|
||||
return "1";
|
||||
}
|
||||
|
||||
@ApiOperation(value = "删除OA消息通知 通用")
|
||||
@GetMapping("/deleteOATaskInfo")
|
||||
public String deleteOATaskInfo(@RequestParam("pId") String pId) {
|
||||
//查询出当前数据
|
||||
webServiceOAServiceImol.deleteOAByPid(pId);
|
||||
return "1";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user