This commit is contained in:
yumoqing 2026-03-13 14:44:31 +08:00
parent 40884a97dc
commit 3228ccd246

View File

@ -420,7 +420,7 @@ where status in ['pending', 'running']
'instance_id': inst['id']
})
return True
some = extract_some_value(join):
some = extract_some_value(join)
sql = """select * from node_transfer
where instance_id=${instance_id}$
and to_node_id = ${node_id}$"""