Commit a568e6ee authored by Quxl's avatar Quxl

x

parent 303dacd5
......@@ -296,7 +296,7 @@ public class AdminReviewController {
if(reviewState == 5 && (isJinJue23Round || isAsia2Round)) {//金爵二选三选或亚新二选转参赛影片把关流程
reviewService.toType4(review.getId());
reviewService.deleteAsiaNewReport(review_id, reviewRound);
if(toRoundNumber == 3) {
if(toRoundNumber == 3 || toRoundNumber == 6) {
throw new XRException("展映影片没有三选和总局审片流程");
}
reviewService.toRound(review.getId(), toRoundNumber);
......
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