Merge branch 'develop'

This commit is contained in:
Samuele Locatelli
2021-11-29 16:12:12 +01:00
5 changed files with 17 additions and 8 deletions
+3 -2
View File
@@ -12,8 +12,9 @@ IP=127.0.0.1
PORT=0000
[SERVER]
MPIP=https://10.74.82.240
MPURL=/api
MPIP=https://corelocal.egalware.com
;MPIP=https://10.74.82.240
MPURL=/pizzaferri/api
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
+3 -2
View File
@@ -12,8 +12,9 @@ IP=127.0.0.1
PORT=0000
[SERVER]
MPIP=https://10.74.82.240
MPURL=/api
MPIP=https://corelocal.egalware.com
;MPIP=https://10.74.82.240
MPURL=/pizzaferri/api
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
+3 -2
View File
@@ -12,8 +12,9 @@ IP=127.0.0.1
PORT=0000
[SERVER]
MPIP=https://10.74.82.240
MPURL=/api
MPIP=https://corelocal.egalware.com
;MPIP=https://10.74.82.240
MPURL=/pizzaferri/api
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
+3 -2
View File
@@ -12,8 +12,9 @@ IP=127.0.0.1
PORT=0000
[SERVER]
MPIP=https://10.74.82.240
MPURL=/api
MPIP=https://corelocal.egalware.com
;MPIP=https://10.74.82.240
MPURL=/pizzaferri/api
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
+5
View File
@@ -1082,6 +1082,11 @@ namespace IOB_WIN_NEXT
// cerco parametro contapezzi...
string currPzCount = getDataItemValue(mtcParams.keyPartCount);
if (isVerboseLog)
{
lgInfo($"contapezzi: {mtcParams.keyPartCount} --> {currPzCount}");
}
// se ho un contapezzi... processo...
if (!string.IsNullOrEmpty(currPzCount))
{