|
|
|
@ -97,7 +97,12 @@ public class FileController {
|
|
|
|
|
//将基础信息存到库表里面,后面自动分段后,需要上传到归档系统
|
|
|
|
|
Object result = commonService.add(segmentation, request);
|
|
|
|
|
|
|
|
|
|
iPublishEventService.publishEvent(request.getPatientId(), FlowEvent.FlowTypeEnum.START_SEGMENT_TEST);
|
|
|
|
|
if (testData == 1) {
|
|
|
|
|
iPublishEventService.publishEvent(request.getPatientId(), FlowEvent.FlowTypeEnum.START_SEGMENT_TEST);
|
|
|
|
|
}else {
|
|
|
|
|
iPublishEventService.publishEvent(request.getPatientId(), FlowEvent.FlowTypeEnum.START_SEGMENT);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|