bugfix
This commit is contained in:
parent
40884a97dc
commit
3228ccd246
@ -420,7 +420,7 @@ where status in ['pending', 'running']
|
|||||||
'instance_id': inst['id']
|
'instance_id': inst['id']
|
||||||
})
|
})
|
||||||
return True
|
return True
|
||||||
some = extract_some_value(join):
|
some = extract_some_value(join)
|
||||||
sql = """select * from node_transfer
|
sql = """select * from node_transfer
|
||||||
where instance_id=${instance_id}$
|
where instance_id=${instance_id}$
|
||||||
and to_node_id = ${node_id}$"""
|
and to_node_id = ${node_id}$"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user