platformx-device-biz/src/main/java/com/by4cloud/platformx/device/controller/DeviceDemandTotalController.java
@@ -126,7 +126,6 @@ @Operation(summary = "修改设备需求计划项目子表" , description = "修改设备需求计划项目子表" ) @SysLog("修改设备需求计划项目子表" ) @PutMapping @PreAuthorize("@pms.hasPermission('platformx_deviceDemandTotal_edit')" ) public R updateById(@RequestBody DeviceDemandTotal deviceDemandTotal) { List<DeviceDemandSub> subList = deviceDemandTotal.getSubList(); QueryWrapper<DeviceDemandSub> wrapper = new QueryWrapper<>();