|
@@ -60,7 +60,7 @@ public class SystemMenuCommonlyUsedController {
|
|
|
|
|
|
|
|
@GetMapping(value = "/nopage")
|
|
@GetMapping(value = "/nopage")
|
|
|
@ApiOperation(value = "常用功能设置列表(不分页)")
|
|
@ApiOperation(value = "常用功能设置列表(不分页)")
|
|
|
- @SaCheckPermission("systemmenucommonlyused:detail")
|
|
|
|
|
|
|
+// @SaCheckPermission("systemmenucommonlyused:detail")
|
|
|
@XjrLog(value = "常用功能设置列表(不分页)")
|
|
@XjrLog(value = "常用功能设置列表(不分页)")
|
|
|
public RT<List<SystemMenuCommonlyUsedPageVo>> noPage(@Valid SystemMenuCommonlyUsedPageDto dto) {
|
|
public RT<List<SystemMenuCommonlyUsedPageVo>> noPage(@Valid SystemMenuCommonlyUsedPageDto dto) {
|
|
|
|
|
|