LAPTOP-KB9HII50\70708 1 vuosi sitten
vanhempi
commit
b0278eb294

+ 2 - 1
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/PrescriptionService.java

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