git-svn-id: https://svn.coded.pt/svn/SIPRP@1057 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Tiago Simão 17 years ago
parent 72975d941a
commit 8a339609ee

@ -74,7 +74,7 @@ public class CreatePlanosDataProvider {
String sql = "select data_visita from planos_actuacao where deleted_date is null";
if( estabelecimentoID != null )
{
sql += "and estabelecimento_id = " + estabelecimentoID;
sql += " and estabelecimento_id = " + estabelecimentoID;
}
ResultSet rs = st.executeQuery(sql);

Loading…
Cancel
Save