shiyunteng
9 天以前 cc59b65bc63b839127c29775bcd410dd407de66d
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));
   }
}