Commit 06041fc9 authored by Quxl's avatar Quxl

x

parent 5fcd6c89
......@@ -215,7 +215,7 @@ public class AdminReviewController {
history.setEnroll_type_id(review.getEnroll_type_id());
history.setFilm_id(review.getFilm_id());
history.setReview_round(review_round);
history.setReview_state(review.getReview_state());
history.setReview_state(null);
history.setCreate_time(new Date());
history.setOpt_state(review.getOpt_state());
reviewService.toRound(review_id, review_round);
......
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