|
@ -1094,7 +1094,8 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
outpatientDO.setRegisterDate(new Date());
|
|
outpatientDO.setRegisterDate(new Date());
|
|
}
|
|
}
|
|
WlyyPrescriptionExpressageDO expressageDO = new WlyyPrescriptionExpressageDO();
|
|
WlyyPrescriptionExpressageDO expressageDO = new WlyyPrescriptionExpressageDO();
|
|
if(!outpatientDO.getOutpatientType().equalsIgnoreCase("3")){
|
|
|
|
|
|
if(!outpatientDO.getOutpatientType().equalsIgnoreCase("3")
|
|
|
|
&&!outpatientDO.getOutpatientType().equalsIgnoreCase("4")){
|
|
WlyyPrescriptionExpressageDO previous = checkOutPatientPre(outpatientDO.getPatient());
|
|
WlyyPrescriptionExpressageDO previous = checkOutPatientPre(outpatientDO.getPatient());
|
|
//2.物流信息
|
|
//2.物流信息
|
|
expressageDO = objectMapper.readValue(expressageJson, WlyyPrescriptionExpressageDO.class);
|
|
expressageDO = objectMapper.readValue(expressageJson, WlyyPrescriptionExpressageDO.class);
|