Commit c42394d9 authored by Quxl's avatar Quxl

x

parent 38558a01
......@@ -31,6 +31,7 @@ import com.egolm.film.bean.Fc_review_record;
import com.egolm.film.bean.Fc_review_record_ext;
import com.egolm.film.bean.Fc_user;
import com.egolm.film.bean.Fc_user_film;
import com.egolm.film.config.XException;
import com.egolm.film.config.XRException;
import com.egolm.film.util.SqlWhere;
......@@ -463,7 +464,7 @@ public class ReviewServiceImpl implements ReviewService {
field.set(asiaNew, ((BigDecimal)fields.get(fieldName)).doubleValue());
}
} catch (Exception e) {
throw new XRException("生成亚新榜单中间结果错误", e);
throw new XException("生成亚新榜单中间结果错误", e);
}
}
......
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