|
@ -10835,7 +10835,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
if ("3".equalsIgnoreCase(baseNatAppointmentDO.getHospitalFlag())){
|
|
if ("3".equalsIgnoreCase(baseNatAppointmentDO.getHospitalFlag())){
|
|
newConfig.setKeyword2("厦门大学附属厦门眼科中心思北院区");
|
|
newConfig.setKeyword2("厦门大学附属厦门眼科中心思北院区");
|
|
}else {
|
|
}else {
|
|
newConfig.setKeyword2("厦门大学附属厦门眼科中心五缘湾院区");
|
|
|
|
|
|
newConfig.setKeyword2("厦门大学附属厦门眼科中心五缘院区");
|
|
}
|
|
}
|
|
newConfig.setKeyword3(map.get("doctorName")==null?"":map.get("doctorName").toString());
|
|
newConfig.setKeyword3(map.get("doctorName")==null?"":map.get("doctorName").toString());
|
|
newConfig.setKeyword4(userName);
|
|
newConfig.setKeyword4(userName);
|
|
@ -10865,7 +10865,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
if ("3".equalsIgnoreCase(baseNatAppointmentDO.getHospitalFlag())){
|
|
if ("3".equalsIgnoreCase(baseNatAppointmentDO.getHospitalFlag())){
|
|
newPayNotice.setKeyword2("厦门大学附属厦门眼科中心思北院区");
|
|
newPayNotice.setKeyword2("厦门大学附属厦门眼科中心思北院区");
|
|
}else {
|
|
}else {
|
|
newPayNotice.setKeyword2("厦门大学附属厦门眼科中心五缘湾院区");
|
|
|
|
|
|
newPayNotice.setKeyword2("厦门大学附属厦门眼科中心五缘院区");
|
|
}
|
|
}
|
|
newPayNotice.setKeyword3(map.get("doctorName")==null?"":map.get("doctorName").toString());
|
|
newPayNotice.setKeyword3(map.get("doctorName")==null?"":map.get("doctorName").toString());
|
|
newPayNotice.setRemark(configPayNotice.getRemark());
|
|
newPayNotice.setRemark(configPayNotice.getRemark());
|