This commit is contained in:
李超 2025-10-17 12:30:44 +08:00
parent 30661bae07
commit 8a37a20b4b
2 changed files with 2 additions and 2 deletions

View File

@ -465,7 +465,7 @@ namespace BLL.API
item.AttachUrl = p.AttachUrl;
item.PhotoUrl = p.PhotoUrl;
item.IsFaceTrain = p.IsFaceTrain;
item.ExchangeTime = DateTime.Now;
item.ExchangeTime = DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss");
res.Add(item);
}
respone.data = res;

View File

@ -244,7 +244,7 @@ namespace Model.APIItem
public DateTime? LimitDate { get; set; }
public DateTime? ExchangeTime { get; set; }
public string ExchangeTime { get; set; }
public string IdentityCard { get; set; }