diff --git a/EgwCoreLib.Lux.Data/Services/Warehouse/MatReqService.cs b/EgwCoreLib.Lux.Data/Services/Warehouse/MatReqService.cs index a5a7bfc0..7ee9a384 100644 --- a/EgwCoreLib.Lux.Data/Services/Warehouse/MatReqService.cs +++ b/EgwCoreLib.Lux.Data/Services/Warehouse/MatReqService.cs @@ -46,7 +46,7 @@ return await TraceAsync($"{_className}.GetByOrderAsync", async (activity) => { return await GetOrSetCacheAsync( - $"{_redisBaseKey}:{_className}:ByOrd", + $"{_redisBaseKey}:{_className}:ByOrd:{orderId}", async () => await _repo.GetFiltAsync(orderId, null, null, null), UltraLongCache ); @@ -59,7 +59,7 @@ return await TraceAsync($"{_className}.GetByOrderRowAsync", async (activity) => { return await GetOrSetCacheAsync( - $"{_redisBaseKey}:{_className}:ByOrdRow", + $"{_redisBaseKey}:{_className}:ByOrdRow:{orderRowId}", async () => await _repo.GetFiltAsync(null, orderRowId, null, null), UltraLongCache ); diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 9ba84cfe..7a634a5a 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.1.2604.1718 + 1.1.2604.2016 diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index 58c806b7..3586b790 100644 --- a/Lux.UI/Lux.UI.csproj +++ b/Lux.UI/Lux.UI.csproj @@ -5,7 +5,7 @@ enable enable aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50 - 1.1.2604.1718 + 1.1.2604.2016 diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index 52a13def..72c4ab4f 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ LUX - Web Windows MES -

Versione: 1.1.2604.1718

+

Versione: 1.1.2604.2016


Note di rilascio: