普通规则匹配 以及规则修改接口

segment2.0
zhanglb 2 years ago
parent 4325d283d5
commit 5420ee843f

@ -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;
}

Loading…
Cancel
Save