Commit e78c60df authored by Quxl's avatar Quxl

x

parent 2c6957cf
...@@ -299,7 +299,7 @@ public class AdminReviewController { ...@@ -299,7 +299,7 @@ public class AdminReviewController {
if(reviewState == 5 && (isJinJue23Round || isAsia2Round)) {//金爵二选三选或亚新二选转参赛影片把关流程 if(reviewState == 5 && (isJinJue23Round || isAsia2Round)) {//金爵二选三选或亚新二选转参赛影片把关流程
reviewService.toType4(review.getId()); reviewService.toType4(review.getId());
reviewService.deleteAsiaNewReport(review_id, reviewRound); reviewService.deleteAsiaNewReport(review_id, reviewRound);
reviewService.toRound(review.getId(), 4); reviewService.toRound(review.getId(), toRoundNumber);
} else { } else {
reviewService.toRound(review_id, toRoundNumber); reviewService.toRound(review_id, 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