modification of code and loggger apply and changes of update from.

This commit is contained in:
2026-02-18 18:00:20 +05:30
parent 0ba78a0bd1
commit 63bcbeb9a2
12 changed files with 361 additions and 138 deletions

View File

@@ -13,7 +13,7 @@ class MatCreditHandler:
def fetch_all(self):
try:
self.cursor.callproc("GetMatCedit")
self.cursor.callproc("GetMatCredit")
result_sets = self.cursor.stored_results()
mat_rows = next(result_sets).fetchall()
utilization_rows = next(result_sets).fetchall()