no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@256 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 20 years ago
parent 385fd292ce
commit 599144c5b9

@ -529,7 +529,7 @@ public class FichaDataProvider extends MetaProvider implements SearchExecuter {
new Field( "tipo" ).isEqual( new Integer( siprp.data.MarcacaoTrabalhadorData.TIPO_CONSULTA ) ) ) );
}
Virtual2DArray array = executer.executeQuery( select );
if( array.columnLength() == 0 )
if( array.columnLength() == 0 || array.get( 0, 0 ) == null )
{
return null;
}

Loading…
Cancel
Save