Commit f9cea12d by pengjinyang

提交

parent 899a98ef
...@@ -12,7 +12,7 @@ namespace Domain.TakeStock ...@@ -12,7 +12,7 @@ namespace Domain.TakeStock
public TakeStockOrder() public TakeStockOrder()
{ {
this.Code = "TSO" + DateTime.Now.ToString("yyMMddHHmmssfff"); this.Code = "TSO" + DateTime.Now.ToString("yyMMddHHmmssfff");
this.CreationTime = DateTime.Now; this.CreationTime = DateTime.UtcNow.AddHours(8);
} }
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)] [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment