Stringsql="select * from fc_report_asia_new where user_group_id = "+user_group_id+" and review_round = "+review_round+(StringUtil.isNotBlank(ext_type)?(" and item_"+ext_type+" is not null"):"");
Stringsql="select ran.*, mf.film_no from fc_report_asia_new ran left join fc_member_film mf on mf.id = ran.film_id where ran.user_group_id = "+user_group_id+" and ran.review_round = "+review_round+(StringUtil.isNotBlank(ext_type)?(" and ran.item_"+ext_type+" is not null"):"");