洪城义警-正式版后台
tangzy
2022-01-26 403d855c9e450a5bc17c2869464ab36d0fba8622
src/main/java/org/springblade/modules/organ/controller/OrganController.java
@@ -30,6 +30,7 @@
import org.springblade.modules.organ.entity.Organ;
import org.springblade.modules.organ.service.IOrganService;
import org.springblade.modules.organ.vo.OrganVO;
import org.springblade.modules.parcel.util.JsonUtils;
import org.springframework.web.bind.annotation.*;
import javax.validation.Valid;
@@ -121,7 +122,4 @@
   public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) {
      return R.status(organService.removeByIds(Func.toLongList(ids)));
   }
}