@@ -179,7 +179,7 @@ public class FilmReportServiceImpl implements FilmReportService {
...
@@ -179,7 +179,7 @@ public class FilmReportServiceImpl implements FilmReportService {
@Override
@Override
publicRjxqueryFilmReport(Integeruser_id){
publicRjxqueryFilmReport(Integeruser_id){
Stringbase="select rr.*, r.enroll_type_id from fc_review_record rr left join fc_review r on r.id = rr.review_id";
Stringbase="select rr.*, r.enroll_type_id from fc_review_record rr left join fc_review r on r.id = rr.review_id where rr.user_id = "+user_id;
Integercount_quanbu=jdbcTemplate.queryForInt("select count(t.*) from ("+base+") t");
Integercount_quanbu=jdbcTemplate.queryForInt("select count(t.*) from ("+base+") t");
Integercount_canzan=jdbcTemplate.queryForInt("select count(t.*) from ("+base+") t where review_state = 5 or (t.review_state = 1 and t.enroll_type_id == 4)");
Integercount_canzan=jdbcTemplate.queryForInt("select count(t.*) from ("+base+") t where review_state = 5 or (t.review_state = 1 and t.enroll_type_id == 4)");