Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 49s

This commit is contained in:
harid 2026-06-25 16:52:29 +07:00
commit 75f9d53af0

View file

@ -791,7 +791,7 @@ namespace BMA.EHR.Report.Service.Controllers
} }
catch (Exception ex) catch (Exception ex)
{ {
return Error(ex, "เกิดข้อผิดพลาดในการแสดงรายงาน"); return Error(ex);
} }
} }
@ -920,7 +920,7 @@ namespace BMA.EHR.Report.Service.Controllers
} }
catch (Exception ex) catch (Exception ex)
{ {
return Error(ex, "เกิดข้อผิดพลาดในการแสดงรายงาน"); return Error(ex);
} }
} }
@ -1059,7 +1059,7 @@ namespace BMA.EHR.Report.Service.Controllers
} }
catch (Exception ex) catch (Exception ex)
{ {
return Error(ex, "เกิดข้อผิดพลาดในการแสดงรายงาน"); return Error(ex);
} }
} }
@ -1196,7 +1196,7 @@ namespace BMA.EHR.Report.Service.Controllers
} }
catch (Exception ex) catch (Exception ex)
{ {
return Error(ex, "เกิดข้อผิดพลาดในการแสดงรายงาน"); return Error(ex);
} }
} }