修改了删除部分的controller
parent
a9a662abc3
commit
1eb05a9c8a
|
@ -84,6 +84,7 @@ public class TaskController {
|
|||
@PathVariable("projectId") Integer projectId,
|
||||
@RequestParam("taskId") Long taskId
|
||||
) {
|
||||
taskService.deleteTaskAndSubTask(token, projectId, taskId);
|
||||
return ResponseMap.ofSuccess("删除成功");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue