From db56bfc5468fe66ef50d0723d69bdf84bc433104 Mon Sep 17 00:00:00 2001 From: harid Date: Thu, 25 Jun 2026 16:52:01 +0700 Subject: [PATCH] no message --- Controllers/ExamReportController.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Controllers/ExamReportController.cs b/Controllers/ExamReportController.cs index a17bfdd..35d6c05 100644 --- a/Controllers/ExamReportController.cs +++ b/Controllers/ExamReportController.cs @@ -791,7 +791,7 @@ namespace BMA.EHR.Report.Service.Controllers } catch (Exception ex) { - return Error(ex, "เกิดข้อผิดพลาดในการแสดงรายงาน"); + return Error(ex); } } @@ -920,7 +920,7 @@ namespace BMA.EHR.Report.Service.Controllers } catch (Exception ex) { - return Error(ex, "เกิดข้อผิดพลาดในการแสดงรายงาน"); + return Error(ex); } } @@ -1059,7 +1059,7 @@ namespace BMA.EHR.Report.Service.Controllers } catch (Exception ex) { - return Error(ex, "เกิดข้อผิดพลาดในการแสดงรายงาน"); + return Error(ex); } } @@ -1196,7 +1196,7 @@ namespace BMA.EHR.Report.Service.Controllers } catch (Exception ex) { - return Error(ex, "เกิดข้อผิดพลาดในการแสดงรายงาน"); + return Error(ex); } }