|
@@ -279,7 +279,7 @@ public class PlanYearsController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "根据id获取年度计划信息")
|
|
|
@PostMapping("/view")
|
|
|
- @PreAuthorize("@ss.hasPermi('plan:planYears:view')")
|
|
|
+// @PreAuthorize("@ss.hasPermi('plan:planYears:view')") 首页调用的接口不需要权限
|
|
|
@Log(title = ModularConstans.planYear, businessType = BusinessType.QUERY)
|
|
|
public AjaxResult view(@RequestBody PlanYearsStandardVo yearsStandardVo) {
|
|
|
return planYearsService.view(yearsStandardVo);
|