Commit a62ba5cd authored by Quxl's avatar Quxl

x

parent 05ed4a85
......@@ -267,12 +267,6 @@ public class ReviewServiceImpl implements ReviewService {
return null;
}
/**
* 1剧情
* 2纪录
* 3动画
* 4短片
*/
@Override
public void tryNextRound(Integer review_id) {
Fc_review review = jdbcTemplate.queryForBean("select * from fc_review where id = ?", Fc_review.class, review_id);
......
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