Browse Source

代码修改

LAPTOP-KB9HII50\70708 3 years ago
parent
commit
f9bdd1b1a7

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

@ -9170,8 +9170,10 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
                            //调医保接口
                            try {
                                healthCareService.advanceWarning(wlyyPrescriptionDO.getId());
                                healthCareService.doctorPrescriptionUpload(wlyyPrescriptionDO.getId());
                                if(healthCareService.isHospitalFlag()){
                                    healthCareService.advanceWarning(wlyyPrescriptionDO.getId());
                                    healthCareService.doctorPrescriptionUpload(wlyyPrescriptionDO.getId());
                                }
                            }catch (Exception e){
                                e.printStackTrace();
                            }