调试模式 点击开始才分段

segment2.0
zhanglb 2 years ago
parent 8377b6fc26
commit 44594b36f5

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

Loading…
Cancel
Save