修复
This commit is contained in:
@@ -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();
|
||||
// 获取报表数据
|
||||
|
||||
Reference in New Issue
Block a user