修复bug
This commit is contained in:
@@ -209,6 +209,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
else
|
||||
details_new.Add(d);
|
||||
}
|
||||
this.CreateTime = list.Max(o => o.CreateTime);//取最新的时间
|
||||
this.OperatorId = creatorId;
|
||||
this.OperateTime = DateTime.Now;
|
||||
this.Status = OutStockStatus.Wait;
|
||||
|
||||
Reference in New Issue
Block a user