|
@@ -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)) {
|