shp파일 생성 수정
This commit is contained in:
@@ -498,6 +498,9 @@ public class InferenceResultCoreService {
|
||||
.orElseThrow(() -> new CustomApiException("NOT_FOUND_DATA", HttpStatus.NOT_FOUND));
|
||||
InferenceLearnDto dto = new InferenceLearnDto();
|
||||
dto.setUid(entity.getUid());
|
||||
dto.setM1ModelBatchId(entity.getM1ModelBatchId());
|
||||
dto.setM2ModelBatchId(entity.getM2ModelBatchId());
|
||||
dto.setM3ModelBatchId(entity.getM3ModelBatchId());
|
||||
return dto;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,5 +16,5 @@ public interface InferenceResultRepositoryCustom {
|
||||
|
||||
Long getInferenceLearnIdByUuid(UUID uuid);
|
||||
|
||||
public Optional<MapSheetLearnEntity> getInferenceUid(UUID uuid);
|
||||
Optional<MapSheetLearnEntity> getInferenceUid(UUID uuid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user