|
@ -50,7 +50,7 @@ public class BirthdayReminderService {
|
|
|
messageUtil.sendTXYSJson("1099809",mobile,doctorName,c+"");
|
|
|
}
|
|
|
if(c>0){
|
|
|
String body = "您好,今天有"+c+"位老人走访计划,请及时处理";
|
|
|
String body = "您好,今天有"+c+"位老人过生日,赶紧去送上祝福吧";
|
|
|
messageUtil.sendDoctorGetuiMessage(doctorId,"1","/solicitude/birthday","生日祝福提醒",body);
|
|
|
}
|
|
|
}catch (Exception e){
|