|
@@ -56,7 +56,7 @@ public class TeacherStyleVideoController extends BaseController {
|
|
|
|
|
|
@PostMapping("/doAuth")
|
|
|
@ApiOperation(value = "审核", notes = "传入authOperaDto")
|
|
|
- @PreAuthorize("@pcs.hasPermissions('teacherAuthMusicianRecord/doAuth')")
|
|
|
+ @PreAuthorize("@pcs.hasPermissions('teacherStyleVideo/doAuth')")
|
|
|
public HttpResponseResult<Boolean> doAuth(@Valid @RequestBody AuthOperaReq authOperaReq) throws Exception {
|
|
|
SysUser sysUser = sysUserFeignService.queryUserInfo();
|
|
|
return succeed(teacherStyleVideoService.doAuth(authOperaReq, sysUser));
|