|
@@ -40,7 +40,6 @@ public class SysMusicScoreController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "分页查询")
|
|
@ApiOperation(value = "分页查询")
|
|
@GetMapping("/queryPage")
|
|
@GetMapping("/queryPage")
|
|
- @PreAuthorize("@pcs.hasPermissions('sysMusicScore/queryPage')")
|
|
|
|
public Object queryPage(SysExamSongQueryInfo queryInfo) {
|
|
public Object queryPage(SysExamSongQueryInfo queryInfo) {
|
|
String type = queryInfo.getType();
|
|
String type = queryInfo.getType();
|
|
if(StringUtils.isEmpty(type)){
|
|
if(StringUtils.isEmpty(type)){
|