mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-18 05:21:19 +00:00
Update YB resources: add YB_ prefix to models and update deck configurations
This commit is contained in:
Binary file not shown.
@@ -595,7 +595,8 @@ class BioyondCellWorkstation(BioyondWorkstation):
|
||||
print(f"[create_orders] ⚠️ 第 {idx+1} 行未找到有效物料")
|
||||
|
||||
orders.append(order_data)
|
||||
|
||||
print("================================================")
|
||||
print("orders:", orders)
|
||||
|
||||
print(f"[create_orders] 即将提交订单数量: {len(orders)}")
|
||||
response = self._post_lims("/api/lims/order/orders", orders)
|
||||
|
||||
Reference in New Issue
Block a user