|
@@ -23,7 +23,7 @@ public class SortieParameterController {
|
|
|
private ISortieParameterService sortieParameterService;
|
|
|
|
|
|
@GetMapping(value = "/{id}")
|
|
|
- public CommonResult<String> importData(@PathVariable("id") Long id) {
|
|
|
+ public CommonResult<String> getSortieData(@PathVariable("id") Long id) {
|
|
|
return CommonResult.success(sortieParameterService.getSortieData(id));
|
|
|
}
|
|
|
}
|