|
|
@ -556,7 +556,10 @@ public class DigestionTaskThread extends Thread { |
|
|
|
private void waitForTubeRackTakeOut() { |
|
|
|
this.updateTaskStatus("TubeRackTakeOutWait", "等待取出试管架"); |
|
|
|
|
|
|
|
Map<String,Object> message = Map.of("batchNo", this.taskModel.batchNo, "taskId", this.taskModel.outTaskId); |
|
|
|
Map<String,Object> message = new HashMap<>(); |
|
|
|
message.put("taskId", this.taskModel.outTaskId); |
|
|
|
message.put("batchNo", this.taskModel.batchNo); |
|
|
|
message.put("tubes", this.heatingSlot.tubes); |
|
|
|
if ( "auto".equals(this.taskModel.mode) ) { |
|
|
|
this.manager.sendMessageToTransBot("TubeRackTakeOut", message); |
|
|
|
} else { |
|
|
|