varmyBuilder=builder.Dialect(builder.MYSQL).Select(`t1.person_id,t1.identity_id,group_concat(t3.org_name) as org_name,t1.id_int,t1.xm,t1.xmpy,t1.cym,t1.xbm,t1.csrq,t1.mzm,t1.zzmmm,t1.sfzjlxm,t1.sfzjh,t1.xlm,t1.xwm,t1.zcm,t1.bzlbm,t1.cjny,t1.stage_id,t1.subject_id,t1.gwzym,t1.lxdh,t1.dzxx,t1.b_use,t1.state_id,t1.last_updated_time,t1.create_time,t2.bureau_id,t2.org_id`).
From("t_base_teacher as t1").
LeftJoin("t_base_teacher_org as t2","t1.person_id=t2.person_id and t2.b_use=1").
LeftJoin("t_base_teacher_org as t2","t1.person_id=t2.person_id and t2.b_use=1 and t2.bureau_id='"+bureauId+"'").
InnerJoin("t_base_organization as t3","t2.org_id=t3.org_id").