|
@@ -198,6 +198,13 @@ public class PlanYearsController extends BaseController {
|
|
|
return planYearsService.view(yearsStandardVo);
|
|
|
}
|
|
|
|
|
|
+ @ApiOperation(value = "填写采购服务站")
|
|
|
+ @PostMapping("/adPurchaseServices")
|
|
|
+ @Log(title = ModularConstans.planYear, businessType = BusinessType.QUERY)
|
|
|
+ public AjaxResult adPurchaseServices(@RequestBody PlanYearsStandardVo yearsStandardVo) {
|
|
|
+ return planYearsService.adPurchaseServices(yearsStandardVo);
|
|
|
+ }
|
|
|
+
|
|
|
@ApiOperation(value = "审核年度计划通过")
|
|
|
@PostMapping("/reviewTo")
|
|
|
@Log(title = ModularConstans.planYear, businessType = BusinessType.UPDATE)
|