| | |
| | | * 重大风险因素分析及控制计划清单 前端控制器 |
| | | * </p> |
| | | * |
| | | * @author 芯导软件(江苏)有限公司 |
| | | * @author |
| | | * @since 2024-11-15 02:58:30 |
| | | */ |
| | | @Api(tags = "重大风险因素分析及控制计划清单") |
| | |
| | | |
| | | @ApiOperation(value = "新增") |
| | | @PostMapping("/analysisOfMajorRiskFactorsAdded") |
| | | public void analysisOfMajorRiskFactorsAdded(ManageControlPlanList manageControlPlanList) { |
| | | public void analysisOfMajorRiskFactorsAdded(@RequestBody ManageControlPlanList manageControlPlanList) { |
| | | Integer userId = SecurityUtils.getUserId().intValue(); |
| | | manageControlPlanList.setEditor(userId); |
| | | manageControlPlanList.setEditorDate(LocalDateTime.now()); |