|
@ -846,7 +846,7 @@ public class DoctorInfoService extends BaseService {
|
|
|
data.put("represented",patient);//被代理人
|
|
|
data.put("doctor", newD.getCode());
|
|
|
data.put("doctorName", newD.getName());
|
|
|
data.put("first", p.getName() + ",您好!因签约团队内分工调整,您的责任医生有变动," + oldDoctorHealthName +
|
|
|
data.put("first", p.getName() + ",您好!因签约团队内分工调整,您的健康管理师有变动," + oldDoctorHealthName +
|
|
|
"医生无法继续为您服务,具体变动如下:");
|
|
|
data.put("keyword3", "家庭医生");
|
|
|
data.put("keyword2", DateUtil.dateToStrNoSecond(new Date()));
|
|
@ -861,7 +861,7 @@ public class DoctorInfoService extends BaseService {
|
|
|
data.put("represented",patient);//被代理人
|
|
|
data.put("doctor", newD.getCode());
|
|
|
data.put("doctorName", newD.getName());
|
|
|
data.put("first", p.getName() + ",您好!您的签约团队已为您新增一位责任医生,医生信息如下:");
|
|
|
data.put("first", p.getName() + ",您好!您的签约团队已为您新增一位健康管理师,医生信息如下:");
|
|
|
data.put("keyword3", "家庭医生");
|
|
|
data.put("keyword2", DateUtil.dateToStrNoSecond(new Date()));
|
|
|
data.put("keyword1", newD.getName());
|
|
@ -993,7 +993,7 @@ public class DoctorInfoService extends BaseService {
|
|
|
data.put("represented",patient);//被代理人
|
|
|
data.put("doctor", newD.getCode());
|
|
|
data.put("doctorName", newD.getName());
|
|
|
data.put("first", p.getName() + ",您好!您的签约团队已为您新增一位责任医生,医生信息如下:");
|
|
|
data.put("first", p.getName() + ",您好!您的签约团队已为您新增一位健康管理师,医生信息如下:");
|
|
|
data.put("keyword3", "家庭医生");
|
|
|
data.put("keyword2", DateUtil.dateToStrNoSecond(new Date()));
|
|
|
data.put("keyword1", newD.getName());
|