sql="select * from t_base_organization where org_id=bureau_id and org_type_id=9 and school_type_id in (select school_type_id from t_dm_schooltype_stage where stage_id in ("+stage_ids+"))";
returnDb.find(sql);
}else{
Stringarea_id=Db.findFirst("select * from t_dm_area where area_name=? and city_id='064BB3C9-E8DB-45ED-B0C1-6ABC5EA3B667'",area_name).getStr("area_id");
//--县区学校
sql="select * from t_base_organization where org_id = bureau_id and org_type_id = 16 and school_type_id in(select school_type_id from t_dm_schooltype_stage where stage_id in("+stage_ids+")) and area_id = ? ";