| | |
| | | @ApiOperation(value = "逻辑删除", notes = "传入ids") |
| | | public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) { |
| | | bladeLogger.info("场所从业人员 删除", JsonUtil.toJson(ids)); |
| | | return R.status(placePractitionerService.removeByIds(Func.toLongList(ids))); |
| | | return R.status(placePractitionerService.removeBatchByIds(Func.toLongList(ids))); |
| | | } |
| | | |
| | | /** |
| | |
| | | /** 0:否1:是 */ |
| | | @ApiModelProperty(value = "0:否1:是", example = "") |
| | | @TableField("is_deleted") |
| | | @TableLogic |
| | | @TableLogic(value = "0", delval = "1") |
| | | private Integer isDeleted; |
| | | |
| | | /** 0:否 1:是 前科 */ |