20250401 更新
1.普通检材定性记录非红外报告推送
This commit is contained in:
@@ -711,7 +711,7 @@ public class TestRecordSampleDataServiceImpl extends ServiceImpl<TestRecordSampl
|
|||||||
if(testRecord.getBusinessType().equals(BusinessType.BOINT_CASE.getBusinessType())) {
|
if(testRecord.getBusinessType().equals(BusinessType.BOINT_CASE.getBusinessType())) {
|
||||||
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, testId, 3));
|
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, testId, 3));
|
||||||
} else if (testRecord.getBusinessType().equals(BusinessType.NPS_CASE.getBusinessType())) {
|
} else if (testRecord.getBusinessType().equals(BusinessType.NPS_CASE.getBusinessType())) {
|
||||||
|
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, testId, 4));
|
||||||
}
|
}
|
||||||
return R.ok("完成实验成功!");
|
return R.ok("完成实验成功!");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user