修复bug
This commit is contained in:
@@ -233,8 +233,15 @@ namespace WMS.Web.Domain.Entitys
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
foreach (var erpd in d.ErpDetails)
|
||||
{
|
||||
erpd.Id = 0;
|
||||
erpd.DetailId = 0;
|
||||
}
|
||||
details_new.Add(d);
|
||||
}
|
||||
}
|
||||
this.CreateTime = list.Max(o => o.CreateTime);//取最新的时间
|
||||
this.OperatorId = creatorId;
|
||||
this.OperateTime = DateTime.Now;
|
||||
|
||||
Reference in New Issue
Block a user