Compare commits
No commits in common. "75f9d53af062be7c6f340a91bd6daefe6c7576ef" and "d95dfdfca8f7aff55c2e69a0b93fb3ac4a9a3e09" have entirely different histories.
75f9d53af0
...
d95dfdfca8
1 changed files with 4 additions and 4 deletions
|
|
@ -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, "เกิดข้อผิดพลาดในการแสดงรายงาน");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue