Compare commits

...

2 commits

Author SHA1 Message Date
harid
75f9d53af0 Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 49s
2026-06-25 16:52:29 +07:00
harid
db56bfc546 no message 2026-06-25 16:52:01 +07:00

View file

@ -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);
}
}