ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/PointSettingController.java
@@ -42,8 +42,7 @@ @PostMapping("/save") @ApiOperation(value = "积分配置", tags = {"后台"}) public R<PointSetting> save(@RequestBody PointSettingDto pointSettingDto) { pointSettingService.remove(Wrappers.lambdaQuery()); pointSettingService.saveBatch(pointSettingDto.getPointSettings()); pointSettingService.saveOrUpdateBatch(pointSettingDto.getPointSettings()); return R.ok(); }