This commit is contained in:
2024-11-07 18:39:46 +08:00
parent 3867d0fb18
commit 8155905cb4
4 changed files with 16 additions and 12 deletions

View File

@@ -583,7 +583,7 @@ namespace ZR.Service.mes.wms
CommonFQCService commonFQCService = new();
// 获取报表数据
// 抛光计算后库存 = 盘点库存 + 产线抛光 + 后道反抛 + GP12反抛 - 抛光投入
return commonFQCService.GetBatchPolishPartRealStock(partnumbers, checkTime.Value);
return commonFQCService.GetBatchPolishPartRealStock(partnumbers, checkTime.Value.ToLocalTime());
}
catch (Exception e)
{