Compare commits

..

No commits in common. "75f9d53af062be7c6f340a91bd6daefe6c7576ef" and "d95dfdfca8f7aff55c2e69a0b93fb3ac4a9a3e09" have entirely different histories.

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, "เกิดข้อผิดพลาดในการแสดงรายงาน");
}
}