@@ -4758,6 +4758,7 @@ namespace TeamAAS_VP.Core
try
{
//获取当前产品
+ CurrentProduct = _productService.GetCurrentProduct();
var currentproduct = _productService.GetCurrentProduct();
if (currentproduct == null) return;
TotalQuantity = await _systemDatabaseService.GetOverallProductionAsync(currentproduct.Name);