Debug
This commit is contained in:
parent
4a14dd8aec
commit
75ac4856ee
1 changed files with 3 additions and 1 deletions
|
|
@ -140,6 +140,8 @@ class ShowDatabaseService:
|
|||
|
||||
# --- 1. Extração de Estruturas e Metadata ---
|
||||
standard_structure_data: Dict[str, Any] = dados_json.get("standard_structure_json", {})
|
||||
|
||||
print(standard_structure_data)
|
||||
|
||||
database_data = dados_json.get("database", {})
|
||||
client_structure: Dict[str, Any] = database_data.get("structure", {})
|
||||
|
|
@ -175,7 +177,7 @@ class ShowDatabaseService:
|
|||
# NOVO CAMPO: Retorna o que falta no cliente
|
||||
"inconsistencies": inconsistencies_data,
|
||||
"standard_structure_data": standard_structure_data,
|
||||
"client_structure": client_structure
|
||||
# "client_structure": client_structure
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue