This commit is contained in:
2024-11-20 16:35:02 +08:00
parent 15bc3b22fb
commit b6ec36e71f
19 changed files with 300 additions and 4 deletions

View File

@@ -579,7 +579,7 @@ namespace ZR.Service.mes.wms
.Queryable<WmOneTimeInventory>()
.Where(it => it.Status == 1)
.Select(it => it.CreatedTime)
.First() ?? new DateTime(2024, 10, 19, 0, 0, 0);
.First() ?? new DateTime(2024, 11, 16, 12, 0, 0);
// DateTime
CommonFQCService commonFQCService = new();
// 获取报表数据