20250401 更新

1.普通检材定性记录非红外报告推送
master
陈江保 3 weeks ago
parent 48c6d0ed39
commit 52942d1d12
  1. 2
      dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/TestRecordSampleDataServiceImpl.java

@ -711,7 +711,7 @@ public class TestRecordSampleDataServiceImpl extends ServiceImpl<TestRecordSampl
if(testRecord.getBusinessType().equals(BusinessType.BOINT_CASE.getBusinessType())) {
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, testId, 3));
} else if (testRecord.getBusinessType().equals(BusinessType.NPS_CASE.getBusinessType())) {
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, testId, 4));
}
return R.ok("完成实验成功!");
}

Loading…
Cancel
Save