11
This commit is contained in:
@@ -465,7 +465,7 @@ namespace BLL.API
|
|||||||
item.AttachUrl = p.AttachUrl;
|
item.AttachUrl = p.AttachUrl;
|
||||||
item.PhotoUrl = p.PhotoUrl;
|
item.PhotoUrl = p.PhotoUrl;
|
||||||
item.IsFaceTrain = p.IsFaceTrain;
|
item.IsFaceTrain = p.IsFaceTrain;
|
||||||
item.ExchangeTime = DateTime.Now;
|
item.ExchangeTime = DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss");
|
||||||
res.Add(item);
|
res.Add(item);
|
||||||
}
|
}
|
||||||
respone.data = res;
|
respone.data = res;
|
||||||
|
|||||||
@@ -244,7 +244,7 @@ namespace Model.APIItem
|
|||||||
public DateTime? LimitDate { get; set; }
|
public DateTime? LimitDate { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public DateTime? ExchangeTime { get; set; }
|
public string ExchangeTime { get; set; }
|
||||||
public string IdentityCard { get; set; }
|
public string IdentityCard { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user