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