|
|
@ -707,7 +707,7 @@ public class TestRecordSampleDataServiceImpl extends ServiceImpl<TestRecordSampl |
|
|
|
} |
|
|
|
} |
|
|
|
// 发布事件
|
|
|
|
// 发布事件
|
|
|
|
applicationContext.publishEvent(new FinishTestExecutionEvent(this)); |
|
|
|
applicationContext.publishEvent(new FinishTestExecutionEvent(this)); |
|
|
|
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, )); |
|
|
|
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, testId, 3)); |
|
|
|
return R.ok("完成实验成功!"); |
|
|
|
return R.ok("完成实验成功!"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|