Fix api x cache metodo ord/ordRow non esatti + update insomnia
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>1.1.2604.1718</Version>
|
||||
<Version>1.1.2604.2016</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UserSecretsId>aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50</UserSecretsId>
|
||||
<Version>1.1.2604.1718</Version>
|
||||
<Version>1.1.2604.2016</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>LUX - Web Windows MES</i>
|
||||
<h4>Versione: 1.1.2604.1718</h4>
|
||||
<h4>Versione: 1.1.2604.2016</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.1.2604.1718
|
||||
1.1.2604.2016
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.1.2604.1718</version>
|
||||
<version>1.1.2604.2016</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user