Skip to content

Commit f8dd13c

Browse files
committed
fix: import service to controller
1 parent d3f9077 commit f8dd13c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/modules/staff-status/staff-status.controller.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,7 @@ export class StaffStatusController {
107107

108108
@Post("/change-result")
109109
@UseGuards(RegisGuard)
110-
changeResult(@Body() changeResultDto: ChangeResultDto) {}
110+
changeResult(@Body() changeResultDto: ChangeResultDto) {
111+
return this.staffStatusService.changeResult(changeResultDto);
112+
}
111113
}

0 commit comments

Comments
 (0)