order LastUpdatedAt
This commit is contained in:
parent
080bd844c6
commit
7444a1ad73
2 changed files with 5 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ namespace BMA.EHR.Recruit.Service.Services
|
|||
if (string.IsNullOrWhiteSpace(Date))
|
||||
return DateTime.MinValue;
|
||||
|
||||
// กรณีอยู่ในรูปแบบ string double
|
||||
// จะเข้าเฉพาะกรณีที่ string เป็นตัวเลข เช่น "35635", "44561.5"
|
||||
if (double.TryParse(Date, out double oaDate))
|
||||
{
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue