linwe
2023-12-04 d322fc17c5f8b5e450c0b183715ed5c1671b4c88
src/main/java/org/springblade/modules/property/controller/PropertyCapitalApplyController.java
@@ -119,7 +119,7 @@
   @ApiOperationSupport(order = 7)
   @ApiOperation(value = "逻辑删除", notes = "传入ids")
   public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) {
      return R.status(propertyCapitalApplyService.removeByIds(Func.toLongList(ids)));
      return R.status(propertyCapitalApplyService.removeByIds(Func.toIntList(ids)));
   }