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