|
@@ -36,7 +36,7 @@ public class BaseNoticeTypeController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "分页查询公告类型信息")
|
|
|
@PostMapping("/page")
|
|
|
- @PreAuthorize("@ss.hasPermi('base:noticeType:list')")
|
|
|
+// @PreAuthorize("@ss.hasPermi('base:noticeType:list')") 首页调用去掉权限
|
|
|
@Log(title = ModularConstans.noticeType, businessType = BusinessType.QUERY)
|
|
|
public AjaxResult page(@NotEmpty(message = "数据为空")
|
|
|
@RequestBody BaseNoticeTypePageReqVo vo) {
|