diff --git a/MP.SPEC/Components/ListPARAMS.razor.cs b/MP.SPEC/Components/ListPARAMS.razor.cs index d1b0e527..4e254b81 100644 --- a/MP.SPEC/Components/ListPARAMS.razor.cs +++ b/MP.SPEC/Components/ListPARAMS.razor.cs @@ -20,7 +20,7 @@ namespace MP.SPEC.Components public EventCallback PagerResetReq { get; set; } [Parameter] - public EventCallback RecordSel { get; set; } + public EventCallback RecordSel { get; set; } [Parameter] public SelectFluxParams SelFilter { get; set; } = null!; @@ -32,7 +32,7 @@ namespace MP.SPEC.Components #region Public Methods - public string checkSelect(FluxLog selRecord) + public string checkSelect(FluxLogModel selRecord) { string answ = ""; if (currRecord != null) @@ -186,7 +186,7 @@ namespace MP.SPEC.Components await RecordSel.InvokeAsync(null); } - protected async Task selRecord(FluxLog selRec) + protected async Task selRecord(FluxLogModel selRec) { currRecord = selRec; SelFilter.IdxMacchina = selRec.IdxMacchina; @@ -210,11 +210,11 @@ namespace MP.SPEC.Components private int _totalCount = 0; private System.Timers.Timer aTimer = null!; - private FluxLog? currRecord = null; + private FluxLogModel? currRecord = null; - private List? ListRecords; + private List? ListRecords; - private List? SearchRecords; + private List? SearchRecords; #endregion Private Fields diff --git a/MP.SPEC/Data/MpDataService.cs b/MP.SPEC/Data/MpDataService.cs index b70eb2b0..3ac14091 100644 --- a/MP.SPEC/Data/MpDataService.cs +++ b/MP.SPEC/Data/MpDataService.cs @@ -776,9 +776,9 @@ namespace MP.SPEC.Data /// *=tutti, altrimenti solo selezionato /// numero massimo record da restituire /// - public async Task> FluxLogGetLastFilt(DateTime DtMax, DateTime DtMin, string IdxMacchina, string CodFlux, int MaxRec, double redisCacheSec) + public async Task> FluxLogGetLastFilt(DateTime DtMax, DateTime DtMin, string IdxMacchina, string CodFlux, int MaxRec, double redisCacheSec) { - List? result = new List(); + List? result = new List(); Stopwatch stopWatch = new Stopwatch(); stopWatch.Start(); string readType = "DB"; @@ -787,7 +787,7 @@ namespace MP.SPEC.Data RedisValue rawData = redisDb.StringGet(currKey); if (rawData.HasValue) { - result = JsonConvert.DeserializeObject>($"{rawData}"); + result = JsonConvert.DeserializeObject>($"{rawData}"); readType = "REDIS"; } else @@ -806,7 +806,7 @@ namespace MP.SPEC.Data } if (result == null) { - result = new List(); + result = new List(); } stopWatch.Stop(); TimeSpan ts = stopWatch.Elapsed; diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index b2064a68..c43cff40 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2502.2107 + 6.16.2503.810 1800a78a-6ff1-40f9-b490-87fb8bfc1394 en diff --git a/MP.SPEC/Pages/PARAMS.razor.cs b/MP.SPEC/Pages/PARAMS.razor.cs index 9dbf37af..fd1a75e4 100644 --- a/MP.SPEC/Pages/PARAMS.razor.cs +++ b/MP.SPEC/Pages/PARAMS.razor.cs @@ -79,7 +79,7 @@ namespace MP.SPEC.Pages #region Protected Methods - protected async Task detailSel(FluxLog newRec) + protected async Task detailSel(FluxLogModel newRec) { await Task.Delay(1); var updFilter = currFilter; diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index fdecf296..48cb1b5d 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2502.2107

+

Versione: 6.16.2503.810


Note di rilascio:
  • diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt index c018d67c..1177e7de 100644 --- a/MP.SPEC/Resources/VersNum.txt +++ b/MP.SPEC/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2502.2107 +6.16.2503.810 diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml index 09d59410..42f20476 100644 --- a/MP.SPEC/Resources/manifest.xml +++ b/MP.SPEC/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2502.2107 + 6.16.2503.810 https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html false