| | |
| | | |
| | | |
| | | 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.UpdateTreeGroupVO; |
| | | import com.xinquan.system.api.domain.TreeLevelSetting; |
| | | import com.xinquan.system.service.TreeLevelSettingService; |
| | |
| | | private TreeLevelSettingService treeLevelSettingService; |
| | | @PostMapping("/updateTreeGroup") |
| | | @ApiOperation(value = "修改树苗等级音频",tags = "管理后台-树苗音频设置") |
| | | @Log(title = "【树苗音频设置】修改", businessType = BusinessType.UPDATE) |
| | | |
| | | public R updateTreeGroup(@RequestBody UpdateTreeGroupVO vo) { |
| | | TreeLevelSetting one = treeLevelSettingService.lambdaQuery() |
| | | .eq(TreeLevelSetting::getTreeLevelType, vo.getTreeLevelType()).one(); |