แก้ BaseController เพิ่มเวลา Exception สามารถส่งข้อความที่ต้องการให้ user เห็นและแสดง exception message ให้ dev ดูได้
แก้ไขขั้นตอนการ import ให้บันทึกลงตาราง RecruitImportHistories ด้วย เพิ่ม api การเรียกดูประวัติการนำเข้า
This commit is contained in:
parent
56fcf7749a
commit
6d9f252f1a
28 changed files with 1011 additions and 709 deletions
|
|
@ -110,6 +110,17 @@
|
|||
<response code="401">ไม่ได้ Login เข้าระบบ</response>
|
||||
<response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
|
||||
</member>
|
||||
<member name="M:BMA.EHR.Recruit.Service.Controllers.RecruitController.GetImportHistoryAsync(System.Guid)">
|
||||
<summary>
|
||||
แสดงประวัติการนำเข้าข้อมูลการสอบแข่งขัน
|
||||
</summary>
|
||||
<param name="id">รหัสรอบการสอบแข่งขัน</param>
|
||||
<returns></returns>
|
||||
<response code="200">เมื่อทำนำเข้าข้อมูลสำเร็จ</response>
|
||||
<response code="400">ค่าตัวแปรที่ส่งมาไม่ถูกต้อง</response>
|
||||
<response code="401">ไม่ได้ Login เข้าระบบ</response>
|
||||
<response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
|
||||
</member>
|
||||
<member name="M:BMA.EHR.Recruit.Service.Controllers.RecruitController.GetExamResultAsync">
|
||||
<summary>
|
||||
แสดงข้อมูลสำหรับหน้าจอ : รายการข้อมูลผู้สมัครสอบ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue