| | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; |
| | | import com.xinquan.common.core.domain.R; |
| | | import com.xinquan.common.log.annotation.Log; |
| | | import com.xinquan.common.log.enums.BusinessType; |
| | | import com.xinquan.system.api.domain.vo.AppUserVO; |
| | | import com.xinquan.system.api.domain.UserLevelSetting; |
| | | import com.xinquan.system.api.domain.vo.UpdateUserGroupVO; |
| | |
| | | |
| | | @PostMapping("/updateUserGroup") |
| | | @ApiOperation(value = "修改等级经验值",tags = "管理后台-树苗音频设置") |
| | | @Log(title = "【树苗音频设置】修改", businessType = BusinessType.UPDATE) |
| | | public R updateTreeGroup(@RequestBody UpdateUserGroupVO vo) { |
| | | UserLevelSetting one = userLevelSettingService.lambdaQuery() |
| | | .eq(UserLevelSetting::getTreeLevelType, vo.getTreeLevelType()).one(); |