|
|
|
@ -108,7 +108,7 @@ public class FileController {
|
|
|
|
|
Object result = commonService.add(segmentation, request);
|
|
|
|
|
|
|
|
|
|
if (testData == 1) {
|
|
|
|
|
iPublishEventService.publishEvent(request.getPatientId(), FlowEvent.FlowTypeEnum.START_SEGMENT_TEST);
|
|
|
|
|
// iPublishEventService.publishEvent(request.getPatientId(), FlowEvent.FlowTypeEnum.START_SEGMENT_TEST);
|
|
|
|
|
} else {
|
|
|
|
|
iPublishEventService.publishEvent(request.getPatientId(), FlowEvent.FlowTypeEnum.START_SEGMENT);
|
|
|
|
|
}
|
|
|
|
|