!!!
parent
d0f8ce6dda
commit
633b6147d2
|
|
@ -80,7 +80,7 @@ class SimpleDB:
|
||||||
print(type(int(id)), type(organ), type(names), type(date_from), type(date_to), type(ver))
|
print(type(int(id)), type(organ), type(names), type(date_from), type(date_to), type(ver))
|
||||||
dt_from = datetime.date(2025, 8, 28)
|
dt_from = datetime.date(2025, 8, 28)
|
||||||
dt_to = datetime.date(2000, 1, 1)
|
dt_to = datetime.date(2000, 1, 1)
|
||||||
cursor.callproc('P_RK_SEND_JSON_LIST_FACEACC', [
|
cursor.callproc('P_RK_GOVERNMENT_REPORT_INSERS1', [
|
||||||
10])
|
10])
|
||||||
except Error as e:
|
except Error as e:
|
||||||
raise HTTPException(status_code=500, detail=f"Database error: {e}")
|
raise HTTPException(status_code=500, detail=f"Database error: {e}")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue