|
@@ -235,9 +235,9 @@ public class PlanYearsController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "申请撤销年度计划")
|
|
|
- @PostMapping("/appUpdate")
|
|
|
+ @PostMapping("/appDelete")
|
|
|
@PreAuthorize("@ss.hasPermi('plan:planYears:appDelete')")
|
|
|
- @Log(title = ModularConstans.planYear, businessType = BusinessType.UPDATE)
|
|
|
+ @Log(title = ModularConstans.planYear, businessType = BusinessType.DELETE)
|
|
|
public AjaxResult appDelete(@RequestBody PlanYearsStandardVo yearsStandardVo) {
|
|
|
return planYearsService.appDelete(yearsStandardVo);
|
|
|
}
|