修复bug

This commit is contained in:
18942506660
2024-08-06 16:57:08 +08:00
parent 27d8caaa49
commit b88b9b20cc
3 changed files with 4 additions and 3 deletions

View File

@@ -836,7 +836,7 @@ namespace WMS.Web.Repositories
.Where(f => f.WmsUpdateTime >= begin)
.ToListAsync();
return res.Clone();
return res;
}
}
}