|
|
@ -352,8 +352,9 @@ public class ChaoseTopicPersionController extends JeecgController<ChaoseTopicPer |
|
|
|
@ApiOperation(value = "比赛选题-编辑", notes = "比赛选题-编辑") |
|
|
|
@ApiOperation(value = "比赛选题-编辑", notes = "比赛选题-编辑") |
|
|
|
// @RequiresPermissions("chooseTopicPersion:chaose_topic_persion:edit")
|
|
|
|
// @RequiresPermissions("chooseTopicPersion:chaose_topic_persion:edit")
|
|
|
|
@RequestMapping(value = "/edit2", method = {RequestMethod.PUT, RequestMethod.POST}) |
|
|
|
@RequestMapping(value = "/edit2", method = {RequestMethod.PUT, RequestMethod.POST}) |
|
|
|
public Result<String> edit2(@RequestBody ChaoseTopicPersion chaoseTopicPersion) { |
|
|
|
public Result<String> edit2(@RequestBody ChooseEdit chooseEdit) { |
|
|
|
chaoseTopicPersionService.updatestaticandblack(chaoseTopicPersion.getId()); |
|
|
|
System.out.println(chooseEdit); |
|
|
|
|
|
|
|
chaoseTopicPersionService.updatestaticandblack(chooseEdit.getEnrollCode()); |
|
|
|
return Result.OK("提交成功!"); |
|
|
|
return Result.OK("提交成功!"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|