Commit ae277086 authored by Quxl's avatar Quxl

x

parent e26db367
......@@ -79,7 +79,7 @@ public class AdminReviewController {
@ApiImplicitParams({
@ApiImplicitParam(paramType="query", dataType="int", required=true, name="review_id", value="审片主表ID"),
})
public Object allot_list(Integer review_id, Integer review_round, Integer[] user_id) {
public Object allot_list(Integer review_id) {
List<Map<String, Object>> list = reviewService.queryReviewRecordList(review_id);
return Rjx.jsonOk().setData(list);
}
......
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