20250401 更新
1.生物定性检验记录推送成功
This commit is contained in:
@@ -708,7 +708,11 @@ public class TestRecordSampleDataServiceImpl extends ServiceImpl<TestRecordSampl
|
||||
|
||||
// 发布事件
|
||||
applicationContext.publishEvent(new FinishTestExecutionEvent(this));
|
||||
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, testId, 3));
|
||||
if(testRecord.getBusinessType().equals(BusinessType.BOINT_CASE.getBusinessType())) {
|
||||
applicationContext.publishEvent(new PushDataToLabsCareEvent(this, testId, 3));
|
||||
} else if (testRecord.getBusinessType().equals(BusinessType.NPS_CASE.getBusinessType())) {
|
||||
|
||||
}
|
||||
return R.ok("完成实验成功!");
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ public class TestRecordReagentVO {
|
||||
private Integer source;
|
||||
|
||||
@ApiModelProperty(value = "关联的毒品实体信息")
|
||||
@DlpFeign(feignClient = RemoteCommDrugService.class, methodName = "getById", params = {"drugId"})
|
||||
@DlpFeign(feignClient = RemoteCommDrugService.class, methodName = "innerGetById", params = {"drugId"})
|
||||
private Drug drug;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user