errore ctrl send ftp e query sxclude anchor e none

This commit is contained in:
2021-11-28 15:39:38 +01:00
parent a5292ae9cb
commit ff3da9be7f
2 changed files with 7 additions and 9 deletions

View File

@@ -207,7 +207,7 @@ sub getNodesType {
inner join tools as t on t.id = n.tool_id
inner join units as u on u.id = t.unit_id
inner join nodetypes as y on n.nodetype_id = y.id
where t.name = "'
where y.type not in (\'Anchor Link\', \'None\') and t.name = "'
. $tool
. '" and u.name = "'
. $unit
@@ -522,10 +522,9 @@ while ( my $line = <FILE> ) {
$CSVData[ $idx++ ] =
join( ';', splice( @NewData, 0, 2 ) );
foreach my $ch (@channels) {
if ( $ch > 0 ) {
$CSVData[ $idx++ ] =
join( ';', splice( @NewData, 0, $ch ) );
}
$CSVData[ $idx++ ] =
join( ';', splice( @NewData, 0, $ch ) );
}
}