drone-service/drone-fw/src/main/java/org/sxkj/fw/device/controller/FwDeviceController.java
@@ -111,7 +111,7 @@ @ApiOperationSupport(order = 4) @ApiOperation(value = "新增或修改", notes = "传入fwDevice") public R submit(@Valid @RequestBody FwDeviceDTO fwDevice) { return R.status(fwDeviceService.saveOrUpdate(FwDeviceWrapper.build().entityDTO(fwDevice))); return R.status(fwDeviceService.saveOrUpdateDevice(FwDeviceWrapper.build().entityDTO(fwDevice))); } /**