|
@ -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();
|
|
|
}
|