Commit 99449b35 authored by Quxl's avatar Quxl

x

parent 06041fc9
...@@ -215,9 +215,7 @@ public class AdminReviewController { ...@@ -215,9 +215,7 @@ public class AdminReviewController {
history.setEnroll_type_id(review.getEnroll_type_id()); history.setEnroll_type_id(review.getEnroll_type_id());
history.setFilm_id(review.getFilm_id()); history.setFilm_id(review.getFilm_id());
history.setReview_round(review_round); history.setReview_round(review_round);
history.setReview_state(null);
history.setCreate_time(new Date()); history.setCreate_time(new Date());
history.setOpt_state(review.getOpt_state());
reviewService.toRound(review_id, review_round); reviewService.toRound(review_id, review_round);
reviewService.save(history); reviewService.save(history);
return Rjx.jsonOk(); return Rjx.jsonOk();
......
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