|
@ -137,8 +137,8 @@ public class RemindDoctorService {
|
|
|
enterpriseService.sendTWMesByDoctor("xm_xzzx_wx",wlyyOutpatientDO.getDoctor(),title,msg,url);
|
|
|
}
|
|
|
if (wlyyHospitalSysDictDO!=null){
|
|
|
if ("1".equalsIgnoreCase(wlyyHospitalSysDictDO.getDictValue())){
|
|
|
wlyyOutpatientDO.setRemindDoctor("1");
|
|
|
if ("0".equalsIgnoreCase(wlyyHospitalSysDictDO.getDictValue())){
|
|
|
wlyyOutpatientDO.setRemindDoctor("0");
|
|
|
}
|
|
|
}
|
|
|
wlyyOutpatientDO.setLastRemindTime(new Date());
|