吉安感知网项目-后端
rain
2026-01-14 0bfcf7c70e19bd0f1215368ef6bdc47603db9a81
drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/controller/FwDeviceConfigController.java
@@ -83,7 +83,7 @@
    */
   @GetMapping("/list")
   @ApiOperationSupport(order = 2)
   @ApiOperation(value = "分页", notes = "传入fwDeviceConfig")
   @ApiOperation(value = "列表", notes = "传入fwDeviceConfig")
   public R<IPage<FwDeviceConfigVO>> list(@ApiIgnore @RequestParam Map<String, Object> fwDeviceConfig, Query query) {
      IPage<FwDeviceConfigEntity> pages = fwDeviceConfigService.page(Condition.getPage(query), Condition.getQueryWrapper(fwDeviceConfig, FwDeviceConfigEntity.class));
      return R.data(FwDeviceConfigWrapper.build().pageVO(pages));