Переглянути джерело

Merge branch 'dev' of huangwenjie/patient-co-management into dev

yeshijie 7 роки тому
батько
коміт
fe2171eea1

+ 1 - 0
patient-co-service/wlyy_service/src/main/java/com/yihu/wlyy/service/service/prescription/PrescriptionService.java

@ -967,6 +967,7 @@ public class PrescriptionService extends ZysoftBaseService{
            insurResult.put("bcbxf0",amoutUtils.fenToYuan(prescriptionPay.getMiTotalFee()));//本次报销总额
            insurResult.put("grzfe0",amoutUtils.fenToYuan(prescriptionPay.getSelfPay()));//个人自付额
            insurResult.put("fybfy0",amoutUtils.fenToYuan(prescriptionPay.getUnlessAmount()));//非医保费用
            insurResult.put("mzxzqh",prescriptionPay.getCivilZone());//民政行政区号
            json.put("insurResult",insurResult);
        }