Commit 303dacd5 authored by Quxl's avatar Quxl

x

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