cit model commit.
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user