@ -963,7 +963,7 @@ public class SpecialistService{
}else{
result.put("buttonShowFlag",false);
}
jsonObject.put("doctorInfo", jdbcTemplate.queryForMap(doctorSql));
jsonObject.put("doctorInfo", result);
//3、获取该医生所属团队及团队成员信息
String teamSql = "SELECT at.name teamName, tm.team_id , tm.doctor_code, wd.NAME as doctorName FROM " + basedb + ".wlyy_doctor wd LEFT JOIN " + basedb + ".wlyy_admin_team_member tm ON wd. CODE = tm.doctor_code, " + basedb + ".wlyy_admin_team at " +