20250401 更新

master
陈江保 2 months ago
parent 74ad1cb56e
commit acbb32f273
  1. 1
      dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/TestRecordSampleDataServiceImpl.java

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

Loading…
Cancel
Save