Stringsql="select * from fc_report_asia_new where user_gorup_id = "+user_group_id+" and review_round = "+review_round+(StringUtil.isNotBlank(ext_type)?(" and item_"+ext_type+" is not null"):"");
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"):"");