Stringsql="select * from t_zbdc_bureau_base where year=? and bureau_id=?";
Recordres=Db.findFirst(sql,year,bureau_id);
if(res==null){
sql="select t1.org_name as bureau_name,t1.school_type_id,t2.school_type_name from t_base_organization as t1 inner join t_dm_schooltype as t2 on t1.school_type_id=t2.school_type_id where t1.org_id=?";
sql="select t1.org_id as bureau_id,t1.org_name as bureau_name,t1.school_type_id,t2.school_type_name from t_base_organization as t1 inner join t_dm_schooltype as t2 on t1.school_type_id=t2.school_type_id where t1.org_id=?";