This commit is contained in:
parent
30661bae07
commit
8a37a20b4b
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue