|
@ -1789,6 +1789,13 @@ public class FamilyContractService extends BaseService {
|
|
data.put("remark", docHealth.getName() + "医生与" + signFamily.getDoctorName() + "医生一道,为您提供优质健康服务");
|
|
data.put("remark", docHealth.getName() + "医生与" + signFamily.getDoctorName() + "医生一道,为您提供优质健康服务");
|
|
}
|
|
}
|
|
wxMessages.add(data);
|
|
wxMessages.add(data);
|
|
|
|
try{
|
|
|
|
ImUtill.deleteMucUser(docHealth.getCode(),"",patient+"_consult_2");
|
|
|
|
}catch (Exception e){
|
|
|
|
result.put("status", -1);
|
|
|
|
result.put("msg", e.getMessage());
|
|
|
|
return result;
|
|
|
|
}
|
|
}
|
|
}
|
|
// 新增团队信息
|
|
// 新增团队信息
|
|
if (StringUtils.isNotEmpty(signFamily.getTeamCode())) {
|
|
if (StringUtils.isNotEmpty(signFamily.getTeamCode())) {
|