Merge branch 'develop' of github.com:Frappet/bma-ehr-probation into develop

# Conflicts:
#	src/controllers/AssignController.ts
This commit is contained in:
Warunee Tamkoo 2024-10-18 10:03:12 +07:00
commit 3a9d2e6680
12 changed files with 1987 additions and 2534 deletions

View file

@ -42,7 +42,6 @@ import CallAPI from "../interfaces/call-api";
HttpStatusCode.INTERNAL_SERVER_ERROR,
"เกิดข้อผิดพลาด ไม่สามารถแสดงรายการได้ กรุณาลองใหม่ในภายหลัง",
)
@SuccessResponse(HttpStatusCode.OK, "สำเร็จ")
export class AssignController extends Controller {
private assignRepository = AppDataSource.getRepository(Assign);
private personalRepository = AppDataSource.getRepository(Personal);