ajustes para salvar dados do cadastro de renda total, emprestimo, veiculo e financiamento.
This commit is contained in:
@@ -30,7 +30,8 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
loadCitizen()async{
|
||||
await DbSqliteLoad().intialDB().then((db)async {
|
||||
dataCitizen = await db.query('CIDADAOS ORDER BY NOME_CIDADAO');
|
||||
// print(await db.rawQuery("SELECT * FROM CIDADAOS WHERE NOME_PAI='REGINALDO OLIVEIRA'"));
|
||||
print(dataCitizen.length);
|
||||
// print(await db.rawQuery("SELECT * FROM CIDADAOS"));
|
||||
});
|
||||
searchCitizen();
|
||||
return 'complete';
|
||||
|
||||
Reference in New Issue
Block a user