20250401 更新

1.普通检材定性记录非红外报告推送
This commit is contained in:
2025-04-01 16:46:33 +08:00
parent 48c6d0ed39
commit 52942d1d12

View File

@@ -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("完成实验成功!");
}