diff --git a/ferramentas/metaestat/index.js b/ferramentas/metaestat/index.js index e7fb4fd..371eb83 100644 --- a/ferramentas/metaestat/index.js +++ b/ferramentas/metaestat/index.js @@ -1372,7 +1372,9 @@ i3GEOF.metaestat = { } else{ val = i3GEO.util.valoresCheckCombo(c.id); - t.push(dados[i].coluna+' IN ("'+val.join('","')+'")'); + if(val.length > 0){ + t.push(dados[i].coluna+' IN ("'+val.join('","')+'")'); + } } } } -- libgit2 0.21.2