platformx-device-biz/src/main/java/com/by4cloud/platformx/device/controller/DeviceTechnicalAgreementController.java
@@ -123,8 +123,8 @@ * 获取下拉列表 * @return */ @GetMapping("/getDropdownnList") public R<List<DeviceTechnicalAgreemnt>> getDropdownnList() { return R.ok(deviceTechnicalAgreementService.list()); @GetMapping("/getDropdownnList/{deviceId}") public R<List<DeviceTechnicalAgreemnt>> getDropdownnList(@PathVariable("deviceId")Long deviceId) { return R.ok(deviceTechnicalAgreementService.getDropdownnList(deviceId)); } }