пытаюсь понять как переадть аргументы
parent
1bb78326b6
commit
ac7646e785
|
|
@ -75,8 +75,8 @@ class SimpleDB:
|
|||
date_to = parser.parse(date_to_str)
|
||||
date_to = str(date_to.strftime('%d.%m.%Y'))
|
||||
else: date_to = ""
|
||||
print("Вывод отправляемых агрументов: ", id, organ, names, date_from, date_to, ver)
|
||||
print(type(int(id)), type(organ), type(names), type(date_from), type(date_to), type(ver))
|
||||
print("Вывод отправляемых агрументов: ", str(id), organ, names, date_from, date_to, ver)
|
||||
print(type(str(id)), type(organ), type(names), type(date_from), type(date_to), type(ver))
|
||||
|
||||
cursor.callproc('P_RK_SEND_JSON_LIST_FACEACC', [
|
||||
int(id),
|
||||
|
|
|
|||
Loading…
Reference in New Issue