Update YB resources: add YB_ prefix to models and update deck configurations

This commit is contained in:
dijkstra402
2025-11-09 17:04:52 +08:00
parent 1d77225912
commit 538891fcbe
9 changed files with 66 additions and 43 deletions

View File

@@ -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)