|
@ -708,7 +708,7 @@ public class ConsultTeamService extends ConsultService {
|
|
|
ct.setTeam(sf.getTeamCode());
|
|
|
// 设置健康管理师,家庭医生咨询默认给健康管理师处理
|
|
|
//查找病人所在的团队
|
|
|
//1.3.3.2 更改从签约记录判断团队成员
|
|
|
//1.3.3.2 更改从签约记录判断团队成员,分配建管师
|
|
|
if(StringUtils.isNotBlank(sf.getDoctorHealth())) {
|
|
|
users.put(sf.getDoctorHealth(), 0);
|
|
|
ct.setDoctor(sf.getDoctorHealth());
|