| | |
| | | integralService.deleteByIdInBatch(idList); |
| | | return ApiResponse.success(null); |
| | | } |
| | | |
| | | @ApiOperation("调整积分") |
| | | @PostMapping("/updateIntegral") |
| | | @RequiresPermissions("business:member:update") |
| | | public ApiResponse updateIntegral(@RequestBody Integral param) { |
| | | integralService.updateIntegral(param); |
| | | return ApiResponse.success(null); |
| | | } |
| | | @ApiOperation("根据ID修改") |
| | | @PostMapping("/updateById") |
| | | @RequiresPermissions("business:integral:update") |
| | |
| | | model.setStrType("支出"); |
| | | } |
| | | model.setStrObjType(Constants.IntegralObjType.getName(model.getObjType())); |
| | | |
| | | } |
| | | ExcelExporter.build(Integral.class).export(list, "用户积分明细"+ DateUtil.getNowLongTime(), response); |
| | | } |