|
@ -3160,6 +3160,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
}else{
|
|
|
outpatient.put("alert_tag",1);//未提醒
|
|
|
}
|
|
|
outpatient.put("online_tag",1);//未提醒
|
|
|
}
|
|
|
}
|
|
|
|
|
@ -3232,7 +3233,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
outpatient.put("alert_tag",1);//未提醒
|
|
|
}
|
|
|
|
|
|
outpatient.put("online_tag",0);//在线状态
|
|
|
outpatient.put("online_tag",1);//在线状态
|
|
|
|
|
|
String outpatient_mobile = (String)outpatient.get("outpatient_mobile");
|
|
|
if(StringUtils.isNoneBlank(outpatient_mobile)){
|