|
@ -287,6 +287,7 @@ public class PatientBookingController extends WeixinBaseController{
|
|
|
String date = DateUtil.dateToStrLong(START_TIME_VO);//开始时间-前端展示用
|
|
|
|
|
|
Patient p = patientService.findByCode(getRepUID());
|
|
|
// Patient p = patientService.findByCode("e5a46f0264d9492897b1d3789c5b164a");
|
|
|
String hospitalcode = hospitalMappingDao.getCodeByMapping(OrgCode, "1");
|
|
|
Hospital hospital = hospitalDao.findByCode(hospitalcode);
|
|
|
|