Commit aefaa353 authored by Quxl's avatar Quxl

x

parent 40954934
...@@ -63,16 +63,6 @@ public class WebUtilController { ...@@ -63,16 +63,6 @@ public class WebUtilController {
} }
} }
@ResponseBody
@Transactional
@PostMapping("tryNextRound")
@ApiOperation("尝试进入下一轮评选")
public Object tryNextRound(Integer review_id) {
this.verifyAuth();
service.tryNextRound(review_id);
return Rjx.jsonOk();
}
@ResponseBody @ResponseBody
@Transactional @Transactional
@PostMapping("initAllEnrollType") @PostMapping("initAllEnrollType")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment