Stringsql="select u.*, ug.group_name from fc_user u left join fc_user_group ug on ug.group_id = u.group_id"+StringUtil.join(" and "," where ","","",w.getStringList());
Stringsql="select u.*, ug.group_name from fc_user u left join fc_user_group ug on ug.group_id = u.group_id"+StringUtil.join(" and "," where ","","",w.getStringList());