| | |
| | | */ |
| | | |
| | | @ApiOperation(value = "客户满意度调查新增") |
| | | @GetMapping("/delClientSatisfaction") |
| | | @DeleteMapping("/delClientSatisfaction") |
| | | public Result updateClientSatisfaction(Integer clientSatisfactionId){ |
| | | return Result.success(clientSatisfactionService.removeById(clientSatisfactionId)); |
| | | } |
| | |
| | | */ |
| | | |
| | | @ApiOperation(value = "删除户分析附件") |
| | | @GetMapping("/delAnalyseFile") |
| | | @DeleteMapping("/delAnalyseFile") |
| | | public Result delAnalyseFile(Integer analyseFileId){ |
| | | return Result.success(clientSatisfactionAnalyseFileMapper.deleteById(analyseFileId)); |
| | | } |