main #4

Merged
admin merged 7 commits from main into dev 2026-01-16 08:15:32 +00:00
Showing only changes of commit 2e80c19e0e - Show all commits

View File

@@ -93,6 +93,7 @@ class Model(
cursor.execute(*ir_model.select(ir_model.id,
where=ir_model.model == model.__name__))
model_id = None
logger.info("MODEL_NAME:%s",model.__name__)
if cursor.rowcount == -1 or cursor.rowcount is None:
data = cursor.fetchone()
if data: