log shipcall post query
This commit is contained in:
parent
504e36d97b
commit
dc39a62293
@ -122,6 +122,7 @@ def PostShipcalls(schemaModel):
|
|||||||
query += "?" + key + "?"
|
query += "?" + key + "?"
|
||||||
query += ")"
|
query += ")"
|
||||||
|
|
||||||
|
logging.info(query)
|
||||||
commands.execute(query, schemaModel)
|
commands.execute(query, schemaModel)
|
||||||
new_id = commands.execute_scalar("select last_insert_id()")
|
new_id = commands.execute_scalar("select last_insert_id()")
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user