kongdeqiang
2025-03-27 6f9623981926d78ce8ccd80bce55ad631bd2c76b
platformx-device-biz/src/main/java/com/by4cloud/platformx/device/controller/DeviceDemandTotalController.java
@@ -64,7 +64,6 @@
     */
    @Operation(summary = "通过id查询" , description = "通过id查询" )
    @GetMapping("/{id}" )
    @PreAuthorize("@pms.hasPermission('platformx_deviceDemandTotal_view')" )
    public R getById(@PathVariable("id" ) Long id) {
      DeviceDemandTotal demandTotal = deviceDemandTotalService.getById(id);
      QueryWrapper<DeviceDemandSub> wrapper = new QueryWrapper<>();