try fix add protocol

This commit is contained in:
Xuwznln
2025-09-19 06:21:29 +08:00
parent 6f8f070f40
commit 2eaa0ca729
4 changed files with 3 additions and 10 deletions

View File

@@ -169,7 +169,7 @@ def generate_add_protocol(
# 固体加样
add_kwargs = {
"vessel": vessel_id, # 🔧 使用 vessel_id
"vessel": {"id": vessel_id}, # 🔧 使用 vessel_id
"reagent": reagent,
"purpose": purpose,
"event": event,