فهرست منبع

长处方院内结算增加:民政行政区划

huangwenjie 7 سال پیش
والد
کامیت
5fe0baf442

+ 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);
        }