lin
2024-04-17 2af148a7b15f1273d12be7b910bc6d9e4e41d2c2
src/main/java/org/springblade/modules/property/controller/PropertyChargeController.java
@@ -113,8 +113,7 @@
   @ApiOperationSupport(order = 7)
   @ApiOperation(value = "逻辑删除", notes = "传入ids")
   public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) {
      List<Integer> toIntList = Func.toIntList(ids);
      return R.status(propertyChargeService.removeBatchByIds(toIntList));
      return R.status(propertyChargeService.removeByIds(Func.toLongList(ids)));
   }
}