error taos

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2024-10-18 09:56:01 +07:00
parent 318839c1e9
commit 181f351860
12 changed files with 2553 additions and 3182 deletions

View file

@ -22,7 +22,6 @@ import { Appoint } from "../entities/Appoint"
@Tags("Report")
@Security("bearerAuth")
@Response(HttpStatusCode.INTERNAL_SERVER_ERROR, "เกิดข้อผิดพลาด ไม่สามารถแสดงรายการได้ กรุณาลองใหม่ในภายหลัง")
@SuccessResponse(HttpStatusCode.OK, "สำเร็จ")
export class ReportController extends Controller {
private evaluateChairmanRepository = AppDataSource.getRepository(EvaluateChairman)
private evaluateResultRepository = AppDataSource.getRepository(EvaluateResult)