Merge branch 'main' of https://gitee.com/doan-tech/shanghaigangxiangtuzhuangMES
This commit is contained in:
commit
28e899ed46
@ -258,7 +258,7 @@ namespace ZR.Service.mes.wms
|
|||||||
.Where(it => it.ActionTime >= parm.StartTime)
|
.Where(it => it.ActionTime >= parm.StartTime)
|
||||||
.ToList();
|
.ToList();
|
||||||
Context.Deleteable(delwmOneTimeRecords).ExecuteCommand();
|
Context.Deleteable(delwmOneTimeRecords).ExecuteCommand();
|
||||||
if (delwmOneTimeRecords.Any())
|
if (wmOneTimeRecords.Any())
|
||||||
{
|
{
|
||||||
Context.Insertable(wmOneTimeRecords).ExecuteCommand();
|
Context.Insertable(wmOneTimeRecords).ExecuteCommand();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user