cit model commit.

This commit is contained in:
2025-12-01 12:04:07 +05:30
parent 0d6c873515
commit aa063b7a80
8 changed files with 456 additions and 95 deletions

View File

@@ -24,7 +24,7 @@ class AOHandler:
def get_ao_by_id(self, id):
# Call stored procedure
self.cursor.callproc('GetAORById', [id])
self.cursor.callproc('GetAOById', [id])
# Fetch result
records = []