buzhanyi 2 yıl önce
ebeveyn
işleme
a35f7546b7

+ 1 - 1
purchase-admin/src/main/java/com/ozs/web/controller/plan/PlanQuarterController.java

@@ -284,7 +284,7 @@ public class PlanQuarterController extends BaseController {
 
     @ApiOperation(value = "导入年度计划数据")
     @PostMapping("/importPlanYearsData")
-    //@PreAuthorize("@ss.hasPermi('plan:quarter:importPlanYearsData')")
+    @PreAuthorize("@ss.hasPermi('plan:quarter:importPlanYearsData')")
     @Log(title = ModularConstans.planQuarter, businessType = BusinessType.INSERT)
     public AjaxResult importPlanYearsData(@RequestBody List<Long> planYearIds) throws Exception {
         if (ObjectUtils.isEmpty(planYearIds)) {