이노펨 목업 수정

This commit is contained in:
2025-12-31 12:29:20 +09:00
parent 3d3eedeec1
commit d18d4da086
10 changed files with 333 additions and 297 deletions

View File

@@ -147,6 +147,6 @@ public class InnopamApiController {
detectMastSearch.setCprsBfYr(cprsBfYr);
detectMastSearch.setDtctSno(Integer.parseInt(dtctSno));
detectMastSearch.setFeatureId(featureId);
return detectMastService.findPnuDataDetail(detectMastSearch);
return new FeaturePnuDto();
}
}