Commit b07cb299 authored by Quxl's avatar Quxl

x

parent 6656c143
......@@ -304,7 +304,7 @@ public class ReviewServiceImpl implements ReviewService {
review.setFrom_round(0);
jdbcTemplate.save(review);
} else {
throw new XRException("该影已存在审片流程");
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