|
@ -1266,9 +1266,9 @@ public class FamilyContractService extends BaseService {
|
|
Doctor doc = doctorDao.findByCode(StringUtils.isNotEmpty(doctor) ? sf.getDoctorHealth() : sf.getDoctor());
|
|
Doctor doc = doctorDao.findByCode(StringUtils.isNotEmpty(doctor) ? sf.getDoctorHealth() : sf.getDoctor());
|
|
Hospital hos = hospitalDao.findByCode(doc.getHospital());
|
|
Hospital hos = hospitalDao.findByCode(doc.getHospital());
|
|
|
|
|
|
String content = sf.getName() + ",您好!祝贺您,成功签约" + doc.getName() + "医生团队,您已可以享受家庭医生所带来的无微不至的健康保健服务。" ;
|
|
|
|
// "为了给您提供更好的服务,请尽快到" + (hos != null ? hos.getName() : "") + "社区(地址:" +
|
|
|
|
// (hos != null ? hos.getAddress() : "") + ")缴费。";
|
|
|
|
|
|
String content = sf.getName() + ",您好!祝贺您,成功签约" + doc.getName() + "医生团队,您已可以享受家庭医生所带来的无微不至的健康保健服务。" +
|
|
|
|
"为了给您提供更好的服务,请尽快到" + (hos != null ? hos.getName() : "") + "社区(地址:" +
|
|
|
|
(hos != null ? hos.getAddress() : "") + ")缴费。";
|
|
// 同意签约
|
|
// 同意签约
|
|
JSONObject json = new JSONObject();
|
|
JSONObject json = new JSONObject();
|
|
json.put("first", "签约成功通知");
|
|
json.put("first", "签约成功通知");
|