|
@@ -30,7 +30,6 @@ public class QuestionnaireTopicController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "获取详情")
|
|
|
@GetMapping("/getDetail")
|
|
|
- @PreAuthorize("@pcs.hasPermissions('questionnaireTopic/getDetail')")
|
|
|
@AuditLogAnnotation(operateName = "获取详情")
|
|
|
public Object getDetail(Integer id) {
|
|
|
return succeed(questionnaireTopicService.getDetail(id));
|