吉安感知网项目-后端
linwei
2026-04-08 a82c8c8a5ad2a6e1e94a93d55feb0c86b0d4b819
drone-service/drone-fw/src/main/java/org/sxkj/fw/area/controller/FwAreaDivideController.java
@@ -178,7 +178,7 @@
   @ApiOperationSupport(order = 7)
   @ApiOperation(value = "逻辑删除", notes = "传入ids")
   public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) {
      return R.status(fwAreaDivideService.deleteLogic(Func.toLongList(ids)));
      return R.status(fwAreaDivideService.removeBatchByIds(Func.toLongList(ids)));
   }