生产调试

segment2.0
zhanglb 2 years ago
parent d4c65bf5b1
commit c4b675f441

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

Loading…
Cancel
Save