|
|
@ -705,6 +705,7 @@ public class TestRecordSampleDataServiceImpl extends ServiceImpl<TestRecordSampl |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
throw new RuntimeException("实验状态更新失败!"); |
|
|
|
throw new RuntimeException("实验状态更新失败!"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 发布事件
|
|
|
|
// 发布事件
|
|
|
|
applicationContext.publishEvent(new FinishTestExecutionEvent(this)); |
|
|
|
applicationContext.publishEvent(new FinishTestExecutionEvent(this)); |
|
|
|
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, testId, 3)); |
|
|
|
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, testId, 3)); |
|
|
|