|
|
@ -17,7 +17,7 @@ public class TaskHeating extends DiTaskBase { |
|
|
|
private MoveHeatPlateSlotHeating heating; |
|
|
|
|
|
|
|
@Override |
|
|
|
public void run() { |
|
|
|
protected void execute() { |
|
|
|
MdbOperationLog.log(this.getUser(), "试管架%d : 样本加热 温度=%d, 时间=%d", this.slotIndex, this.temperature, this.duration); |
|
|
|
|
|
|
|
this.heating = new MoveHeatPlateSlotHeating(); |
|
|
|