|
@@ -97,12 +97,12 @@ public class AircraftSystemController extends BaseController
|
|
|
return toAjax(aircraftSystemService.deleteAircraftSystemByIds(ids));
|
|
|
}
|
|
|
|
|
|
- @PreAuthorize("@ss.hasPermi('system:system:getsystemoption')")
|
|
|
+// @PreAuthorize("@ss.hasPermi('system:system:getsystemoption')")
|
|
|
@GetMapping(value = "/airsystem/{aircraftTypeId}")
|
|
|
public AjaxResult getSystemOption(@PathVariable("aircraftTypeId") Long aircraftTypeId)
|
|
|
{
|
|
|
-// System.out.println("系统搜索");
|
|
|
System.out.println(aircraftTypeId);
|
|
|
+ logger.info(String.valueOf(aircraftTypeId));
|
|
|
return success(aircraftSystemService.getSystemOption(aircraftTypeId));
|
|
|
}
|
|
|
|