修改导表时间格式
continuous-integration/drone/push Build is failing Details

IRC_NewDev
hang 2023-12-20 13:02:45 +08:00
parent 3191df85e4
commit 523dd52567
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ namespace IRaCIS.Application.Contracts
public class ExcelExportInfo : TrialSelectDTO
{
public DateTime CurrentTime { get; set; } = DateTime.Now;
public string CurrentTime { get; set; } = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
public bool IsEn_US { get; set; }