sql:="select org_name as dict_value from t_base_organization where bureau_id=? and b_use=1 and (parent_id=bureau_id or org_id=bureau_id) order by sort_id"
sql:="select org_name as dict_value from t_base_organization where bureau_id=? and b_use=1 order by sort_id"