修复bug

This commit is contained in:
18942506660
2023-11-22 16:52:44 +08:00
parent d6c4d6db0c
commit 90ca620bd7
2 changed files with 14 additions and 11 deletions

View File

@@ -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;