Commit fe75efb2 authored by Quxl's avatar Quxl

x

parent 8994d26e
......@@ -346,9 +346,7 @@ public class ReviewServiceImpl implements ReviewService {
review.setOpt_state(0);
review.setReview_state(null);
review.setCreate_time(now);
if(enroll_type_id == 4) {
review.setFrom_round(0);
}
jdbcTemplate.save(review);
} else {
throw new XRException("该影已存在审片流程");
......
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