no message

This commit is contained in:
harid 2026-06-25 16:52:01 +07:00
parent da6a0b4a96
commit db56bfc546

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