| | |
| | | |
| | | import com.xinquan.common.core.domain.R; |
| | | import com.xinquan.common.core.utils.page.PageDTO; |
| | | import com.xinquan.common.log.annotation.Log; |
| | | import com.xinquan.common.log.enums.BusinessType; |
| | | import com.xinquan.system.domain.ContentSetting; |
| | | import com.xinquan.system.domain.VipSetting; |
| | | import com.xinquan.system.domain.dto.AggrementOtherDto; |
| | |
| | | } |
| | | @PostMapping("/saveOrupdateContent") |
| | | @ApiOperation(value = "保存修改富文本内容",tags = "管理后台-富文本规则说明") |
| | | @Log(title = "【富文本规则说明】修改富文本内容", businessType = BusinessType.UPDATE) |
| | | |
| | | public R saveOrupdateContent(@RequestBody AggrementOtherDto dto) { |
| | | ContentSetting one = contentSettingService.lambdaQuery().eq(ContentSetting::getContentType, dto.getType()).one(); |