|
@ -2845,9 +2845,10 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
}
|
|
|
|
|
|
//全科医生来源
|
|
|
outpatient.put("general_doctor_info","");
|
|
|
outpatient.put("alert_tag",0);
|
|
|
outpatient.put("online_tag",0);
|
|
|
outpatient.put("general_doctor_info","");//全科医生名字
|
|
|
outpatient.put("general_doctor_hospital","");//全科医生社区
|
|
|
outpatient.put("alert_tag",0);//是否已提醒
|
|
|
outpatient.put("online_tag",0);//在线状态
|
|
|
}
|
|
|
}
|
|
|
|